From 0737ba1a838b8896e969f5a200284a6aed1f936d Mon Sep 17 00:00:00 2001 From: Alexey Tikhonov Date: Tue, 23 Feb 2016 20:47:16 +0300 Subject: [PATCH] update to new coding style --- src/tiledimage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tiledimage.js b/src/tiledimage.js index 7499e169..7ad9d7f2 100644 --- a/src/tiledimage.js +++ b/src/tiledimage.js @@ -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; } },