We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa4ad60 commit dc496eaCopy full SHA for dc496ea
lib/complex.js
@@ -1491,7 +1491,7 @@
1491
}
1492
1493
// generate map of compiled variable names
1494
- var vars = generate(),
+ var vars = generate(args),
1495
// create namespace to bind to function
1496
namespace = new Namespace(),
1497
// compile function body from string given valid arguments and namespace to cache parsed numerical constants
package.json
@@ -7,7 +7,7 @@
7
],
8
"author": "Patrick Roberts",
9
"main": "./index",
10
- "version": "3.1.0",
+ "version": "3.1.1",
11
"repository": {
12
"type": "git",
13
"url": "https://github.com/patrickroberts/complex-js.git"
0 commit comments