]> git.sesse.net Git - remoteglot/blobdiff - www/js/json_delta.js
Reintroduce JSON-delta v2.0, but now explicitly with non-minimal diffs (the minimal...
[remoteglot] / www / js / json_delta.js
index f379ac5d72569851cacdc0cbb9c12bcf789d325a..f3f086ecf5cb10caab9d457391a6e5cb183a7ab0 100644 (file)
@@ -531,3 +531,6 @@ JSON_delta = {
         return struc;
     }
 };
+
+// node.js
+if (typeof exports !== 'undefined') exports.JSON_delta = JSON_delta;