2002/08/28 23:02:43
[org.ibex.core.git] / src / org / xwt / Main.java
index 3fe68af..a94ca81 100644 (file)
@@ -113,7 +113,7 @@ public class Main extends Applet {
             if (Log.on) Log.log(Main.class, "instantiating " + initialTemplate);
             final String initialTemplate_f = initialTemplate;
             ThreadMessage.newthread(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[] arg) throws JavaScriptException {
                         new Box(initialTemplate_f, null);
                         return null;
                     }