From 3aebf7d2c252dfc9dc54ffe471beff3ff0929110 Mon Sep 17 00:00:00 2001 From: ansuz Date: Tue, 29 Mar 2016 12:35:23 +0200 Subject: [PATCH] minor changes to pass linting --- www/_socket/main.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/_socket/main.js b/www/_socket/main.js index 9c18eeca8..a7682429c 100644 --- a/www/_socket/main.js +++ b/www/_socket/main.js @@ -152,7 +152,7 @@ define([ } }; - var now = function () { return new Date().getTime() }; + var now = function () { return new Date().getTime(); }; var realtimeOptions = { // configuration :D @@ -202,7 +202,7 @@ define([ var shjson2 = JSON.stringify(Hyperjson.fromDOM(inner)); if (shjson2 !== shjson) { - rti.patchText(shjson2); + module.realtimeInput.patchText(shjson2); } };