diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-26 17:21:17 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-26 17:24:42 +0100 |
commit | d2f1cb3234cbeca88903efcfd0d7d406fbece53c (patch) | |
tree | 6c1ab8ea8d3f1a0634aa21c83b6d39c7eac519da /extension/lib/vendor/mithril.js | |
parent | 5f996fedbc7542e1ba757a5a5856e43931ad7939 (diff) |
fix #4153 and #0004154
Diffstat (limited to 'extension/lib/vendor/mithril.js')
-rw-r--r-- | extension/lib/vendor/mithril.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/extension/lib/vendor/mithril.js b/extension/lib/vendor/mithril.js index 32bdf64c1..89652690a 100644 --- a/extension/lib/vendor/mithril.js +++ b/extension/lib/vendor/mithril.js @@ -1404,5 +1404,3 @@ var m = (function app(window, undefined) { return m;
})(typeof window !== "undefined" ? window : {});
-if (typeof module === "object" && module != null && module.exports) module.exports = m;
-else if (typeof define === "function" && define.amd) define(function() { return m });
|