Bundled output for commit 295b764f52 [skip ci]
This commit is contained in:
parent
295b764f52
commit
5790f8f2dd
2 changed files with 2 additions and 2 deletions
|
|
@ -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 = {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue