This commit is contained in:
Michael Ficarra
2011-01-06 12:38:54 -05:00
parent 944a114400
commit b158f1cbe6
2 changed files with 4 additions and 0 deletions

View File

@@ -668,6 +668,9 @@
fun = "(" + ref + " = " + (base.compile(o, LEVEL_LIST)) + ")" + (name.compile(o));
} else {
fun = base.compile(o, LEVEL_ACCESS);
if (SIMPLENUM.test(fun)) {
fun = "(" + fun + ")";
}
if (name) {
ref = fun;
fun += name.compile(o);