mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Style nit in test/unit/callbacks.js. Closes gh-992
This commit is contained in:
parent
e03d999939
commit
d1ad6c7eb5
@ -243,7 +243,7 @@ test( "jQuery.Callbacks.fireWith - arguments are copied", function() {
|
||||
|
||||
expect( 1 );
|
||||
|
||||
var cb = jQuery.Callbacks( "memory" ),
|
||||
var cb = jQuery.Callbacks("memory"),
|
||||
args = ["hello"];
|
||||
|
||||
cb.fireWith( null, args );
|
||||
|
Loading…
Reference in New Issue
Block a user