typo--
authorBenoît Pin <benoit.pin@gmail.com>
Tue, 8 Apr 2014 03:32:36 +0000 (05:32 +0200)
committerBenoît Pin <benoit.pin@gmail.com>
Tue, 8 Apr 2014 03:32:36 +0000 (05:32 +0200)
skins/photo_film_viewer.js

index 5ba1b5b..ddd73e1 100644 (file)
@@ -136,7 +136,8 @@ FilmSlider.prototype._checkSizeStability = function(evt) {
                }
        }
        clearInterval(this._checkSizeIntervalId);
-       delete this._barSizes, this._checkSizeIntervalId;
+       delete this._barSizes;
+       delete this._checkSizeIntervalId;
 };
 
 FilmSlider.prototype.fitToScreen = function(evt) {