Comparing version 0.13.1 to 0.13.2
@@ -232,10 +232,4 @@ "use strict"; | ||
escaped = false; | ||
if(c !== "'") { | ||
accumulator += "\\"; | ||
} | ||
} else if(c === "\\") { | ||
escaped = true; | ||
i++; | ||
continue; | ||
} else if(interpolated) { | ||
@@ -242,0 +236,0 @@ if(c === "}") { |
{ | ||
"name": "razorleaf", | ||
"version": "0.13.1", | ||
"version": "0.13.2", | ||
"main": "razorleaf.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
18599
538