Mucking about with stuff.
git-svn-id: svn://10.0.0.236/trunk@34891 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -3,7 +3,12 @@ import java.util.Hashtable;
|
||||
|
||||
class Environment {
|
||||
|
||||
JSObject scope = new JSObject("globals");
|
||||
JSObject scope = new JSObject("globals", null);
|
||||
|
||||
void enterNewScope(JSObject newScope)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
String print()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user