update to new coding style

This commit is contained in:
Alexey Tikhonov 2016-02-23 20:47:16 +03:00
parent f51658f0af
commit 0737ba1a83

View File

@ -242,7 +242,7 @@ $.extend($.TiledImage.prototype, $.EventSource.prototype, /** @lends OpenSeadrag
draw: function() { draw: function() {
if (this.opacity !== 0) { if (this.opacity !== 0) {
this._midDraw = true; this._midDraw = true;
updateViewport( this ); updateViewport(this);
this._midDraw = false; this._midDraw = false;
} }
}, },