jeff-jangular
Advanced tools
Comparing version 0.0.9 to 0.0.10
@@ -209,4 +209,7 @@ /* | ||
var attr = null, i = 0, len = 0, attrs = e.attributes, needsStripping = false; | ||
var attr = null, i = 0, len = 0, attrs = (e ? e.attributes : null), needsStripping = false; | ||
if ( e == null ) { | ||
return e; | ||
} | ||
if (Jeff.Utils.isArray(e)) { | ||
@@ -213,0 +216,0 @@ for (i = 0; i < e.length; i++) { |
{ | ||
"name": "jeff-jangular", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"main": "lib/jangular.js", | ||
@@ -5,0 +5,0 @@ "description": "A plugin for jeff.js that allows you to render pages from server-side jeff templates that contain angular syntax.", |
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
756
90018