We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66b1240 + 335124a commit 25560c6Copy full SHA for 25560c6
3 files changed
build/CommentCoreLibrary.js
@@ -1340,7 +1340,7 @@ var CommentManager = (function() {
1340
};
1341
CommentManager.prototype.time = function(time){
1342
time = time - 1;
1343
- if(this.position >= this.timeline.length || Math.abs(this.lastPosition - time) >= 2000){
+ if(this.position >= this.timeline.length || Math.abs(this._lastPosition - time) >= 2000){
1344
this.seek(time);
1345
this._lastPosition = time;
1346
if(this.timeline.length <= this.position) {
0 commit comments