unbreak browserify
This commit is contained in:
parent
9792a0ac85
commit
ec69af4660
1 changed files with 1 additions and 1 deletions
|
|
@ -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})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue