Commit 0961e975 authored by fxa's avatar fxa

merged conflict

parents 114482ee 80642db3
...@@ -71,7 +71,7 @@ var VariableExpression = (function () { ...@@ -71,7 +71,7 @@ var VariableExpression = (function () {
varspec = this.varspecs[index]; varspec = this.varspecs[index];
value = variables[varspec.varname]; value = variables[varspec.varname];
if (!isDefined(value)) { if (!isDefined(value)) {
continue; continue;
} }
if (isFirstVarspec) { if (isFirstVarspec) {
result += this.operator.first; result += this.operator.first;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment