diff --git a/src/tilesource.js b/src/tilesource.js index f826ab48..135053de 100644 --- a/src/tilesource.js +++ b/src/tilesource.js @@ -318,7 +318,7 @@ $.TileSource.prototype = { /** * @function - * @param {Number} level + * @param {Rect} rect */ getClosestLevel: function( rect ) { var i, diff --git a/src/zoomifytilesource.js b/src/zoomifytilesource.js index ad6aee52..a9f44ac2 100644 --- a/src/zoomifytilesource.js +++ b/src/zoomifytilesource.js @@ -18,7 +18,7 @@ * tilesUrl: "/test/data/zoomify/" * } * - * The tileSize is currently hardcoded to 256 (the usual Zoomify default). The tileUrl must the the path to the image _directory_. + * The tileSize is currently hardcoded to 256 (the usual Zoomify default). The tileUrl must the path to the image _directory_. * * 2) Loading image metadata from xml file: (CURRENTLY NOT SUPPORTED) * diff --git a/test/demo/zoomify.html b/test/demo/zoomify.html new file mode 100644 index 00000000..f4ba031e --- /dev/null +++ b/test/demo/zoomify.html @@ -0,0 +1,38 @@ + + +
+