diff --git a/source/js/VMM.Timeline.js b/source/js/VMM.Timeline.js index 6566323..c075ccb 100755 --- a/source/js/VMM.Timeline.js +++ b/source/js/VMM.Timeline.js @@ -449,7 +449,7 @@ if(typeof VMM != 'undefined' && typeof VMM.Timeline == 'undefined') { slider.setSlide(0); timenav.setMarker(0, config.ease,config.duration); }; - //call this function before + //call this function before loading timeline with new data this.reset = function() { config.current_slide = 0; slider.setSlide(0);