minor changes to pass linting

This commit is contained in:
ansuz 2016-03-29 12:35:23 +02:00
parent 29e24f556c
commit 3aebf7d2c2

View File

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