Skip to content

Commit

Permalink
adjusted comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin committed Oct 31, 2016
1 parent bf37f7c commit eb2c6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/animation/wv.anim.ui.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ wv.anim.ui = wv.anim.ui || function(models, ui) {
self.initialPreload = function(currentDate, startDate, endDate, lastToQueue) {
var day = currentDate;
queueLength = self.getQueueLength(startDate, endDate);
if(queueLength <= 1) { // if only one frame done play just move to that date
if(queueLength <= 1) { // if only one frame will play just move to that date
dateModel.select(startDate);
animModel.rangeState.playing = false;
setTimeout(function() {self.refreshState();}, 100);
Expand Down

0 comments on commit eb2c6b1

Please sign in to comment.