From b0ed8444c18e410ff9a32560a12efdc9fa3142e7 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 18 Jul 2017 16:39:43 -0700 Subject: [PATCH] Removed Doc comment for OpenSeadragon function --- src/openseadragon.js | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 041dc7aa..ade8761d 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -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 ){ return new OpenSeadragon.Viewer( options ); }