Bundled output for commit 295b764f52 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2017-03-29 22:26:25 +00:00
parent 295b764f52
commit 5790f8f2dd
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@ function hyperscript(selector) {
if (typeof selector === "string") {
var cached = selectorCache[selector] || compileSelector(selector)
}
if (!attrs) {
if (attrs == null) {
attrs = {}
} else if (typeof attrs !== "object" || attrs.tag != null || Array.isArray(attrs)) {
attrs = {}