Comment typo

This commit is contained in:
Ian Gilman 2013-01-28 10:24:13 -08:00
parent d23851d5e5
commit 624fbd97b9
2 changed files with 2 additions and 2 deletions

View File

@ -8184,7 +8184,7 @@ $.Drawer.prototype = {
* Image object as the only parameter if it was loaded successfully. * Image object as the only parameter if it was loaded successfully.
* If an error occured, or the request timed out or was aborted, * If an error occured, or the request timed out or was aborted,
* the parameter is null instead. * the parameter is null instead.
* @return {Boolean} loading - Wheter the request was submitted or ignored * @return {Boolean} loading - Whether the request was submitted or ignored
* based on OpenSeadragon.DEFAULT_SETTINGS.imageLoaderLimit. * based on OpenSeadragon.DEFAULT_SETTINGS.imageLoaderLimit.
*/ */
loadImage: function( src, callback ) { loadImage: function( src, callback ) {

View File

@ -278,7 +278,7 @@ $.Drawer.prototype = {
* Image object as the only parameter if it was loaded successfully. * Image object as the only parameter if it was loaded successfully.
* If an error occured, or the request timed out or was aborted, * If an error occured, or the request timed out or was aborted,
* the parameter is null instead. * the parameter is null instead.
* @return {Boolean} loading - Wheter the request was submitted or ignored * @return {Boolean} loading - Whether the request was submitted or ignored
* based on OpenSeadragon.DEFAULT_SETTINGS.imageLoaderLimit. * based on OpenSeadragon.DEFAULT_SETTINGS.imageLoaderLimit.
*/ */
loadImage: function( src, callback ) { loadImage: function( src, callback ) {