Skip to content

Commit

Permalink
A minor bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Rithwik Anand committed Dec 3, 2014
1 parent 8aa62b0 commit cfc55ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/CircleGallery.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@

startAnimation : function () {
var time = Date.now();
if (this._startTime === undefined) {
if (this._startTime === un) {
this._startTime = time;
}
var adder = (time - this._startTime) / 1000;
Expand Down Expand Up @@ -148,4 +148,4 @@

window.CircleGallery = CircleGallery;

}(undefined));
}());

0 comments on commit cfc55ce

Please sign in to comment.