projects
/
Portfolio.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Affichage de la date / heure de capture dans les métadonnées présentées.
[Portfolio.git]
/
skins
/
photo_film_viewer.js
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) {