ugly hacks to accomodate Apple's buggy AWT implementation
[org.ibex.core.git] / src / org / ibex / core / Box.java
index 5133251..8696839 100644 (file)
@@ -445,7 +445,6 @@ public final class Box extends JS.Obj implements Callable {
     
     
     // Methods to implement org.ibex.js.JS //////////////////////////////////////
-
   
     public JS call(JS method, JS[] args) throws JSExn {
         switch (args.length) {