2003/08/09 23:43:23
[org.ibex.core.git] / src / org / xwt / Box.java
index 1f6cb0c..f04c3c2 100644 (file)
@@ -1418,6 +1418,9 @@ public final class Box extends JS.Scope {
         public Object get(Object name) { return box.get(name); }
         public void put(Object name, Object value) { box.put(name, value, false, this); }
         public Object[] keys() { return box.keys(); }
+        public Object callMethod(Object method, JS.Array args, boolean justChecking) {
+            return box.callMethod(method,args,justChecking);
+        }
     }