JS parser: added description string to constructor arguments
This commit is contained in:
@@ -618,7 +618,7 @@ public class JsParser {
|
|||||||
|
|
||||||
// Create it, and set the params.
|
// Create it, and set the params.
|
||||||
//
|
//
|
||||||
JsFunction toFn = new JsFunction(getScope());
|
JsFunction toFn = new JsFunction(getScope(), "jsCode");
|
||||||
|
|
||||||
// Creating a function also creates a new scope, which we push onto
|
// Creating a function also creates a new scope, which we push onto
|
||||||
// the scope stack.
|
// the scope stack.
|
||||||
|
|||||||
Reference in New Issue
Block a user