backbone-childs
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -19,3 +19,3 @@ var _ = require('underscore'); | ||
var view, node; | ||
for (var i = 0, i < viewsSorted.length; i++) { | ||
for (var i = 0; i < viewsSorted.length; i++) { | ||
view = viewsSorted[i]; | ||
@@ -22,0 +22,0 @@ view.render(); |
{ | ||
"name": "backbone-childs", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Extended backbone view with support for child views", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0