mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 13:16:10 +03:00
Removed Doc comment for OpenSeadragon function
This commit is contained in:
parent
ca4550d76e
commit
b0ed8444c1
@ -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 );
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user