mirror of
https://github.com/openseadragon/openseadragon.git
synced 2025-01-31 23:21:42 +03:00
Comment typo
This commit is contained in:
parent
d23851d5e5
commit
624fbd97b9
@ -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 ) {
|
||||||
|
@ -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 ) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user