Comparing version 0.2.1 to 0.2.2
@@ -21,3 +21,3 @@ | ||
transformProps = props; | ||
var res = compileTemplate(data, arguments.length == 2 ? template : this.template); | ||
var res = compileTemplate(data, template); | ||
if (lastError) { | ||
@@ -24,0 +24,0 @@ var ex = lastError.stack.reverse().join(".") + " - " + lastError.message; |
{ | ||
"name": "jslt", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"description": "JSON transformer", | ||
@@ -5,0 +5,0 @@ "main": "jslt.js", |
36890