Skip to content

Commit 25560c6

Browse files
committed
Merge branch 'master' into dev-cssonly
Conflicts: build/CommentCoreLibrary.min.js
2 parents 66b1240 + 335124a commit 25560c6

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

build/CommentCoreLibrary.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1340,7 +1340,7 @@ var CommentManager = (function() {
13401340
};
13411341
CommentManager.prototype.time = function(time){
13421342
time = time - 1;
1343-
if(this.position >= this.timeline.length || Math.abs(this.lastPosition - time) >= 2000){
1343+
if(this.position >= this.timeline.length || Math.abs(this._lastPosition - time) >= 2000){
13441344
this.seek(time);
13451345
this._lastPosition = time;
13461346
if(this.timeline.length <= this.position) {

0 commit comments

Comments
 (0)