From: Benoît Pin Date: Tue, 8 Apr 2014 03:32:36 +0000 (+0200) Subject: typo-- X-Git-Url: https://scm.cri.ensmp.fr/git/Portfolio.git/commitdiff_plain/e747d406c2b625e3bc7f91c0837315fc00f807f5?hp=ba8fb5dd127373c9ee3d4c2d79053bc027bcf324 typo-- --- diff --git a/skins/photo_film_viewer.js b/skins/photo_film_viewer.js index 5ba1b5b..ddd73e1 100644 --- a/skins/photo_film_viewer.js +++ b/skins/photo_film_viewer.js @@ -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) {