Skip to content

Commit ce53081

Browse files
committed
fixed funcName argument
1 parent 7296aa3 commit ce53081

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ndarray-ops.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ exports.equals = compile({
455455
localVars: [],
456456
thisVars: []},
457457
post: {args:[], localVars:[], thisVars:[], body:"return true"},
458-
funcName: "all"
458+
funcName: "equals"
459459
})
460460

461461

0 commit comments

Comments
 (0)