Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2890b92

Browse files
committed
Tweak to_.bind unit test for Narwhal.
Former-commit-id: 5df60a9d1e46b09253151ab39281c5af0c48544f
1 parent8b80c5d commit2890b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎test/test.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@
145145
(function(){
146146
test('should correctly append array arguments to partially applied arguments (test in IE < 9)',function(){
147147
varargs,
148-
bound=_.bind(function(){args=slice.call(arguments);},null,'a');
148+
bound=_.bind(function(){args=slice.call(arguments);},{},'a');
149149

150150
bound(['b'],'c');
151151
deepEqual(args,['a',['b'],'c']);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp