From 2566b2f5cf094fe13594c1ee200903ddcf60e755 Mon Sep 17 00:00:00 2001 From: Ian Gilman Date: Tue, 14 May 2013 10:28:44 -0700 Subject: [PATCH] Separated file JSDoc comment from root object JSDoc comment; fixes doc building --- src/openseadragon.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/openseadragon.js b/src/openseadragon.js index 3df12553..41f7df8a 100644 --- a/src/openseadragon.js +++ b/src/openseadragon.js @@ -98,7 +98,9 @@ * zoom for large resolution images, and complex examples include * zoomable map interfaces driven by SVG files. *

- * + */ + + /** * The root namespace for OpenSeadragon, this function also serves as a single * point of instantiation for an {@link OpenSeadragon.Viewer}, including all * combinations of out-of-the-box configurable features. All utility methods