Fix lint errors

This commit is contained in:
yflory
2017-01-25 10:21:31 +01:00
parent 097f78d777
commit 373b07ed28
5 changed files with 34 additions and 33 deletions

View File

@@ -766,7 +766,7 @@ define([
}
Slide.update(remoteDoc);
if (oldDoc !== newDoc) {
if (oldDoc !== remoteDoc) {
notify();
}
};