minor changes to pass linting
This commit is contained in:
parent
29e24f556c
commit
3aebf7d2c2
@ -152,7 +152,7 @@ define([
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
var now = function () { return new Date().getTime() };
|
var now = function () { return new Date().getTime(); };
|
||||||
|
|
||||||
var realtimeOptions = {
|
var realtimeOptions = {
|
||||||
// configuration :D
|
// configuration :D
|
||||||
@ -202,7 +202,7 @@ define([
|
|||||||
|
|
||||||
var shjson2 = JSON.stringify(Hyperjson.fromDOM(inner));
|
var shjson2 = JSON.stringify(Hyperjson.fromDOM(inner));
|
||||||
if (shjson2 !== shjson) {
|
if (shjson2 !== shjson) {
|
||||||
rti.patchText(shjson2);
|
module.realtimeInput.patchText(shjson2);
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user