2003/11/16 08:28:10
[org.ibex.core.git] / src / org / xwt / js / JSTrap.java
index 3eefe14..56a076a 100644 (file)
@@ -38,12 +38,9 @@ public class JSTrap {
     public static interface JSTrappable {
         public abstract JSTrap getTrap(Object key);
         public abstract void putTrap(Object key, JSTrap trap);
-
-        /** puts to this value using an unpauseable context, triggering any traps */
         public abstract void putAndTriggerJSTraps(Object key, Object value);
     }
 
-    // FIXME: cascadeHappened gets set, but autocascade does not happen
     static class JSTrapScope extends JSScope {
         JSTrap t;
         Object val = null;