2002/08/07 05:08:49
[org.ibex.core.git] / src / org / xwt / Static.java
index 0974666..da2f6a6 100644 (file)
@@ -59,6 +59,6 @@ public class Static extends JSObject {
         return getStatic(resourcename + (resourcename.length() == 0 ? "" : ".") + name);
     }
 
-    static { createStatic(""); }
+    static { createStatic("", true); }
 
 }