Skip to content

Commit dc496ea

Browse files
fixed typo
1 parent fa4ad60 commit dc496ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/complex.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1491,7 +1491,7 @@
14911491
}
14921492

14931493
// generate map of compiled variable names
1494-
var vars = generate(),
1494+
var vars = generate(args),
14951495
// create namespace to bind to function
14961496
namespace = new Namespace(),
14971497
// compile function body from string given valid arguments and namespace to cache parsed numerical constants

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
],
88
"author": "Patrick Roberts",
99
"main": "./index",
10-
"version": "3.1.0",
10+
"version": "3.1.1",
1111
"repository": {
1212
"type": "git",
1313
"url": "https://github.com/patrickroberts/complex-js.git"

0 commit comments

Comments
 (0)