]> source.dussan.org Git - jquery.git/commitdiff
Style nit in test/unit/callbacks.js. Closes gh-992
authorErick Ruiz de Chavez <erickrdch@gmail.com>
Tue, 16 Oct 2012 21:25:20 +0000 (17:25 -0400)
committerRick Waldron <waldron.rick@gmail.com>
Tue, 16 Oct 2012 21:25:20 +0000 (17:25 -0400)
test/unit/callbacks.js

index 37dc3d9d373974fef4b07d9fb737246a08986b08..bd61207ae3d1f16af90730ec3c7e26810130a1bf 100644 (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 );