renamed Script to JSU
[org.ibex.js.git] / src / org / ibex / js / JSU.java
similarity index 99%
rename from src/org/ibex/js/Script.java
rename to src/org/ibex/js/JSU.java
index 3fa9671..614114f 100644 (file)
@@ -4,7 +4,7 @@ import java.io.Reader;
 import java.io.IOException;
 import org.ibex.util.*;
 
-public class Script {
+public class JSU {
     /** returns a Pausable which will restart the context;
      *  expects a value to be pushed onto the stack when unpaused. */
     public static Pausable pause() throws Pausable.NotPausableException {