From e747d406c2b625e3bc7f91c0837315fc00f807f5 Mon Sep 17 00:00:00 2001
From: =?utf8?q?Benoi=CC=82t=20Pin?= <benoit.pin@gmail.com>
Date: Tue, 8 Apr 2014 05:32:36 +0200
Subject: [PATCH] typo--

---
 skins/photo_film_viewer.js | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

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) {
-- 
2.20.1