unbreak browserify

This commit is contained in:
Leo Horie 2014-06-02 07:32:24 -04:00
parent 9792a0ac85
commit ec69af4660

View file

@ -530,7 +530,7 @@ Mithril = m = new function app(window) {
m.deps.factory = app
return m
}(this)
}(typeof window != "undefined" ? window : {})
if (typeof module != "undefined" && module !== null) module.exports = m
if (typeof define == "function" && define.amd) define(function() {return m})