2003/05/02 13:30:52
[org.ibex.core.git] / src / org / xwt / XWT.java
index c266690..7d73e9c 100644 (file)
@@ -441,7 +441,7 @@ public final class XWT extends JSObject {
     }
 
     static final JSObject.JSFunction recursivePrintObject = new JSObject.JSFunction() {
-            public Object call(Context cx, Scriptable thisObj, Scriptable ctorObj, Object[] args) throws JavaScriptException {
+            public Object call(Context cx, Scriptable thisObj, Scriptable ctorObj, Object[] args) {
                 if (args == null || args.length != 1) return null;
                 recurse("", "", args[0], cx);
                 return null;