Fixed mislabeled JSDoc comment for OpenSeadragon.Viewer.prototype.open

This commit is contained in:
Ian Gilman 2013-05-14 10:29:15 -07:00
parent 2566b2f5cf
commit c78f3ef743

View File

@ -333,7 +333,7 @@ $.extend( $.Viewer.prototype, $.EventHandler.prototype, $.ControlDock.prototype,
* implementation. If the object has a property which is a function
* named 'getTileUrl', it is treated as a custom TileSource.
* @function
* @name OpenSeadragon.Viewer.prototype.openTileSource
* @name OpenSeadragon.Viewer.prototype.open
* @param {String|Object|Function}
* @return {OpenSeadragon.Viewer} Chainable.
*/