nanocomponent
Advanced tools
Comparing version 2.0.0 to 2.0.1
@@ -119,3 +119,4 @@ var observeResize = require('observe-resize') | ||
// call update with element as the first arg | ||
update.apply(render, args.slice(0).unshift(element)) | ||
args.unshift(element) | ||
update.apply(render, args.slice(0)) | ||
} | ||
@@ -122,0 +123,0 @@ } |
{ | ||
"name": "nanocomponent", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Create performant HTML elements", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
18666
215