From d2f1cb3234cbeca88903efcfd0d7d406fbece53c Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 26 Jan 2016 17:21:17 +0100 Subject: fix #4153 and #0004154 --- extension/lib/vendor/mithril.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'extension/lib/vendor/mithril.js') 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 }); -- cgit v1.2.3