Mucking about with stuff.
git-svn-id: svn://10.0.0.236/trunk@34891 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -2,7 +2,7 @@ class NativeFunction extends JSObject {
|
||||
|
||||
NativeFunction(ControlNode aBody)
|
||||
{
|
||||
super("Function");
|
||||
super("Function", null);
|
||||
body = aBody;
|
||||
}
|
||||
|
||||
@@ -14,7 +14,6 @@ class NativeFunction extends JSObject {
|
||||
return theEnv.resultValue;
|
||||
}
|
||||
|
||||
|
||||
ControlNode body;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user