mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-25 06:36:11 +03:00
update to new coding style
This commit is contained in:
parent
f51658f0af
commit
0737ba1a83
@ -242,7 +242,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
|
||||
draw: function() {
|
||||
if (this.opacity !== 0) {
|
||||
this._midDraw = true;
|
||||
updateViewport( this );
|
||||
updateViewport(this);
|
||||
this._midDraw = false;
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user