move to JS interface
[org.ibex.js.git] / src / org / ibex / js / JSMath.java
index 71f8b18..6b092e0 100644 (file)
@@ -51,7 +51,7 @@ class JSMath extends JS {
                 break;
             }
         }
-        return super.callMethod(method, a0, a1, a2, rest, nargs);
+        return super.call(method, args);
     }
 
     public JS get(JS key) throws JSExn {