mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-28 19:29:15 -04:00
Fix the bug causing the lineAssem assert
This commit is contained in:
parent
9ee80c7a07
commit
aaf028335e
2 changed files with 19 additions and 25 deletions
|
@ -181,8 +181,9 @@ $.Class("RevisionSlider",
|
|||
_this.timestamp = timestamp;
|
||||
_this.render.call(_this);
|
||||
//TODO: set the enabled/disabled for button-left and button-right
|
||||
if (atRevision_callback)
|
||||
if (atRevision_callback) {
|
||||
atRevision_callback(revnum);
|
||||
}
|
||||
});
|
||||
},
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue