ljs-template
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -749,3 +749,3 @@ 'use strict'; | ||
var func = line.substring(line.indexOf('|')+1); | ||
var out = expr + '.' + func + '()' | ||
var out = '('+expr+' == null)?(' + expr + '):(' + expr + '.' + func + '())'; | ||
} else { | ||
@@ -752,0 +752,0 @@ var out = line; |
{ | ||
"name": "ljs-template", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Lighter Javascript Templates", | ||
@@ -5,0 +5,0 @@ "main": "lib/ljs.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
32516