We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1616657 commit 335124aCopy full SHA for 335124a
build/CommentCoreLibrary.js
@@ -834,7 +834,7 @@ var CommentManager = (function() {
834
};
835
CommentManager.prototype.time = function(time){
836
time = time - 1;
837
- if(this.position >= this.timeline.length || Math.abs(this.lastPosition - time) >= 2000){
+ if(this.position >= this.timeline.length || Math.abs(this._lastPosition - time) >= 2000){
838
this.seek(time);
839
this._lastPosition = time;
840
if(this.timeline.length <= this.position) {
0 commit comments