add semicolon
This commit is contained in:
parent
5a5b955a74
commit
7633a665ac
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ var Mirror = exports.Mirror = function(sender) {
|
|||
sender.on("change", function(e) {
|
||||
doc.applyDeltas([e.data]);
|
||||
deferredUpdate.schedule(_self.$timeout);
|
||||
})
|
||||
});
|
||||
};
|
||||
|
||||
(function() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue