From 92c9334006eed50314b78ea54a34016e3166987c Mon Sep 17 00:00:00 2001 From: Leo Horie Date: Thu, 12 Nov 2015 16:28:58 -0500 Subject: [PATCH] don't break concat scripts --- mithril.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mithril.js b/mithril.js index 77022eb3..6dd538b4 100644 --- a/mithril.js +++ b/mithril.js @@ -1,4 +1,4 @@ -(function (global, factory) { +void (function (global, factory) { "use strict" /* eslint-disable no-undef */ var m = factory(window)