remove more Pausable stuff
[org.ibex.js.git] / src / org / ibex / js / JS.java
index e2fc5c8..e47785d 100644 (file)
@@ -9,7 +9,7 @@ import java.io.*;
 import java.util.*;
 
 /** The minimum set of functionality required for objects which are manipulated by JavaScript */
-public interface JS extends Pausable {
+public interface JS {
 
     /** Returns an enumeration of the keys in this object. */
     public JS.Enumeration keys() throws JSExn;