diff --git a/src/current/compiler/js-calc.xsl b/src/current/compiler/js-calc.xsl index 072f9037..2fff67d5 100644 --- a/src/current/compiler/js-calc.xsl +++ b/src/current/compiler/js-calc.xsl @@ -40,6 +40,7 @@ xmlns:c="http://www.lovullo.com/calc" xmlns:lv="http://www.lovullo.com/rater" xmlns:preproc="http://www.lovullo.com/rater/preproc" + xmlns:compiler="http://www.lovullo.com/rater/compiler" xmlns:calc-compiler="http://www.lovullo.com/calc/compiler"> @@ -453,7 +454,7 @@ --> diff --git a/src/current/compiler/js.xsl b/src/current/compiler/js.xsl index 8bf90930..78afb0c4 100644 --- a/src/current/compiler/js.xsl +++ b/src/current/compiler/js.xsl @@ -444,7 +444,7 @@ , - + ] @@ -455,7 +455,7 @@ , - + ]; @@ -470,7 +470,7 @@ consts[' '] = - + ; @@ -529,6 +529,27 @@ + + + + + + + + + + + + +