Skip to content

Commit dec06c4

Browse files
gseguinscottgonzalez
authored andcommitted
Util: Send callback function when doing the recursive call to ._walk
1 parent 2b0a627 commit dec06c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Release.define({
3131
return fn();
3232
}
3333

34-
Release._walk( methods );
34+
Release._walk( methods, fn );
3535
}
3636

3737
if ( !method.length ) {

0 commit comments

Comments
 (0)