Merge branch 'comp-doc-fixes' of https://github.com/leeoniya/mithril.js into leeoniya-comp-doc-fixes

Conflicts:
	docs/components.md
This commit is contained in:
Leo Horie 2015-03-17 09:00:02 -04:00
commit fd1090f9d8

View file

@ -657,7 +657,7 @@ var Demo = {
return [
m("h1", "Uploader demo"),
m.module(Uploader, {onchange: ctrl.files}),
m("button[type=button]", {onclick: ctrl.upload})
m("button[type=button]", {onclick: ctrl.upload}, "Upload")
]
}
}