From d1ad6c7eb5b4d48194fad11abf3c74d5c0d1ef0c Mon Sep 17 00:00:00 2001 From: Erick Ruiz de Chavez Date: Tue, 16 Oct 2012 17:25:20 -0400 Subject: [PATCH] Style nit in test/unit/callbacks.js. Closes gh-992 --- test/unit/callbacks.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/callbacks.js b/test/unit/callbacks.js index 37dc3d9d3..bd61207ae 100644 --- a/test/unit/callbacks.js +++ b/test/unit/callbacks.js @@ -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 ); -- 2.39.5