Fix the bug causing the lineAssem assert

This commit is contained in:
s1341 2013-12-24 20:56:13 +02:00
parent 9ee80c7a07
commit aaf028335e
2 changed files with 19 additions and 25 deletions

View file

@ -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);
}
});
},
/**