Merge remote-tracking branch 'origin/master' into next

This commit is contained in:
Leo Horie 2014-08-08 12:37:49 -04:00
commit d5270adcd7

View file

@ -1,4 +1,4 @@
Mithril = m = new function app(window) {
Mithril = m = new function app(window, undefined) {
var type = {}.toString
var parser = /(?:(^|#|\.)([^#\.\[\]]+))|(\[.+?\])/g, attrParser = /\[(.+?)(?:=("|'|)(.*?)\2)?\]/