Removed Doc comment for OpenSeadragon function

This commit is contained in:
Ian Gilman 2017-07-18 16:39:43 -07:00
parent ca4550d76e
commit b0ed8444c1

View File

@ -690,13 +690,6 @@
*/ */
/**
* This function serves as a single point of instantiation for an {@link OpenSeadragon.Viewer}, including all
* combinations of out-of-the-box configurable features.
*
* @param {OpenSeadragon.Options} options - Viewer options.
* @returns {OpenSeadragon.Viewer}
*/
function OpenSeadragon( options ){ function OpenSeadragon( options ){
return new OpenSeadragon.Viewer( options ); return new OpenSeadragon.Viewer( options );
} }