2003/10/23 04:39:47
authorbrian <brian@xwt.org>
Fri, 30 Jan 2004 07:39:59 +0000 (07:39 +0000)
committerbrian <brian@xwt.org>
Fri, 30 Jan 2004 07:39:59 +0000 (07:39 +0000)
darcs-hash:20040130073959-aa32f-499c5b7924a32e9c9919eecc1801d86e4b843f5e.gz

src/org/xwt/js/CompiledFunctionImpl.java

index a0c30f7..66151c7 100644 (file)
@@ -350,7 +350,7 @@ class CompiledFunctionImpl extends JS.Callable implements ByteCodes, Tokens {
                 // use the "normal" implementation
                 t.push(key);
                 t.push(old);
-                t.push(arg);
+                t.push(val);
                 break;
             }