From 669bcc1935e60166345bdcadc566be16efc52205 Mon Sep 17 00:00:00 2001 From: Caleb James DeLisle Date: Fri, 25 Mar 2016 14:26:31 +0100 Subject: [PATCH] If there is a difference in the hjson then send a message back --- www/_socket/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/_socket/main.js b/www/_socket/main.js index d59acd28f..c1e1833cc 100644 --- a/www/_socket/main.js +++ b/www/_socket/main.js @@ -200,7 +200,7 @@ define([ var shjson2 = JSON.stringify(Convert.core.hyperjson.fromDOM(inner)); if (shjson2 !== shjson) { - throw new Error("change after conversion"); + rti.propogate(shjson2); } };