Skip to content

Commit d58c65a

Browse files
committed
accidently removed necessary function parameter
1 parent 00c963e commit d58c65a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/core.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ jStat.extend( jStat.fn, {
235235
},
236236

237237
// map a function to a matrix or vector
238-
map : function( func ) {
239-
return jStat( jStat.map( this, func ));
238+
map : function( func, toAlter ) {
239+
return jStat( jStat.map( this, func, toAlter ));
240240
},
241241

242242
// destructively alter an object

0 commit comments

Comments
 (0)