Style nit in test/unit/callbacks.js. Closes gh-992

This commit is contained in:
Erick Ruiz de Chavez 2012-10-16 17:25:20 -04:00 committed by Rick Waldron
parent e03d999939
commit d1ad6c7eb5

View File

@ -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 );