Fix lint errors
This commit is contained in:
@@ -766,7 +766,7 @@ define([
|
||||
}
|
||||
Slide.update(remoteDoc);
|
||||
|
||||
if (oldDoc !== newDoc) {
|
||||
if (oldDoc !== remoteDoc) {
|
||||
notify();
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user