From 459de609146d3978c10dcbe5d45ddae3424792b8 Mon Sep 17 00:00:00 2001 From: Junle Li Date: Tue, 10 Jun 2014 23:33:48 +0800 Subject: [PATCH] Remove tailing space from jquery-test file --- jquery/jquery-tests.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jquery/jquery-tests.ts b/jquery/jquery-tests.ts index 30cb2111a..63c4cdeb5 100644 --- a/jquery/jquery-tests.ts +++ b/jquery/jquery-tests.ts @@ -736,7 +736,7 @@ function test_callbacksFunctions() { callbacks.add(bar); callbacks.fire('world'); callbacks.disable(); - + // Test the disabled state of the list console.log(callbacks.disabled()); // Outputs: true @@ -3301,4 +3301,3 @@ function test_deferred_promise() { } ); } -