2003/07/05 02:38:15
[org.ibex.core.git] / src / org / xwt / Box.java
index 04bc0cc..1f6cb0c 100644 (file)
@@ -1503,6 +1503,11 @@ public final class Box extends JS.Scope {
         return this;
     }
     
+    // This is the name returned by typeof() by JS
+    public String typeName() {
+        return "box";
+    }
+    
 }