2003/07/09 03:03:36
[org.ibex.core.git] / src / org / xwt / XWT.java
index 8c9debb..38fea3e 100644 (file)
@@ -383,6 +383,7 @@ public final class XWT extends JS.Obj {
             put("decodeURIComponent",gs.get("decodeURIComponent"));
             put("encodeURI",gs.get("encodeURI"));
             put("encodeURIComponent",gs.get("encodeURIComponent"));
+            put("fromCharCode",gs.get("stringFromCharCode"));
             setSeal(true);
         }
     }