projects
/
Portfolio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba8fb5d
)
typo--
author
Benoît Pin
<benoit.pin@gmail.com>
Tue, 8 Apr 2014 03:32:36 +0000
(
05:32
+0200)
committer
Benoît Pin
<benoit.pin@gmail.com>
Tue, 8 Apr 2014 03:32:36 +0000
(
05:32
+0200)
skins/photo_film_viewer.js
patch
|
blob
|
history
diff --git
a/skins/photo_film_viewer.js
b/skins/photo_film_viewer.js
index
5ba1b5b
..
ddd73e1
100644
(file)
--- 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) {