Comparing version 1.1.1 to 1.1.2
@@ -21,3 +21,3 @@ 'use strict'; | ||
// Initial Tree | ||
var tree = render(rootComponent); | ||
var tree = parser(rootComponent); | ||
// Initial Root Dom Node | ||
@@ -29,3 +29,3 @@ var rootNode = createElement(tree); | ||
setInterval(function () { | ||
var newTree = render(rootComponent); | ||
var newTree = parser(rootComponent); | ||
var patches = diff(tree, newTree); | ||
@@ -32,0 +32,0 @@ rootNode = patch(rootNode, patches); |
{ | ||
"name": "literaljs", | ||
"version": "1.1.1", | ||
"version": "1.1.2", | ||
"description": "Lightweight components using template literals with a virtual dom and diff system.", | ||
@@ -5,0 +5,0 @@ "main": "build/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