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; } },