mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-22 05:06:09 +03:00
Fixed issue #1557: Typo in viewer.js
Fixed a typo in areControlsEnabled
This commit is contained in:
parent
7abb2211eb
commit
21cfb0acf4
@ -835,7 +835,7 @@ $.extend( $.Viewer.prototype, $.EventSource.prototype, $.ControlDock.prototype,
|
|||||||
var enabled = this.controls.length,
|
var enabled = this.controls.length,
|
||||||
i;
|
i;
|
||||||
for( i = 0; i < this.controls.length; i++ ){
|
for( i = 0; i < this.controls.length; i++ ){
|
||||||
enabled = enabled && this.controls[ i ].isVisibile();
|
enabled = enabled && this.controls[ i ].isVisible();
|
||||||
}
|
}
|
||||||
return enabled;
|
return enabled;
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user