2002/05/16 04:32:45
[org.ibex.core.git] / src / org / xwt / XWT.java
index ac095f2..1789743 100644 (file)
@@ -180,6 +180,8 @@ public final class XWT extends JSObject {
                     if (args[i] instanceof Scriptable && !(args[i] instanceof Box)) {
                         Scriptable s = (Scriptable)args[i];
                         Object[] keys = s.getIds();
+
+                        // FIXME: need to ensure that this is putGlobally(), but still run traps...
                         for(int j=0; j<keys.length; j++) ret.put(keys[j].toString(), null, s.get(keys[j].toString(), s));
                     }
                 return ret;