Comparing version 0.1.4 to 0.1.5
@@ -93,3 +93,3 @@ // Generated by CoffeeScript 1.12.4 | ||
} | ||
if (typeof args[0] === "object") { | ||
if (typeof args[0] === "object" && !isValidSnabbdomChild(args[0])) { | ||
params = args.shift(); | ||
@@ -96,0 +96,0 @@ } |
{ | ||
"name": "kjappas", | ||
"version": "0.1.4", | ||
"version": "0.1.5", | ||
"description": "HTML-as-JavaScript Snabbdom template library", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19048