Consistent naming of Mithril.js
This commit is contained in:
parent
7b1fda5b66
commit
885b3f9442
48 changed files with 269 additions and 269 deletions
|
|
@ -22,7 +22,7 @@ function decodeURIComponentSave(component) {
|
|||
|
||||
module.exports = function($window, mountRedraw) {
|
||||
var callAsync = $window == null
|
||||
// In case Mithril's loaded globally without the DOM, let's not break
|
||||
// In case Mithril.js' loaded globally without the DOM, let's not break
|
||||
? null
|
||||
: typeof $window.setImmediate === "function" ? $window.setImmediate : $window.setTimeout
|
||||
var p = Promise.resolve()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue