diff --git a/dist/domJSON.js b/dist/domJSON.js index 6c71dc21..87b7478b 100644 --- a/dist/domJSON.js +++ b/dist/domJSON.js @@ -8,7 +8,7 @@ if (typeof module !== "undefined" && module.exports) { module.exports = domJSON; } - exports = dmoJSON; + exports = domJSON; } else { window.domJSON = factory(root); } @@ -418,4 +418,4 @@ return node; }; return domJSON; -}); \ No newline at end of file +});