Remove tailing space from jquery-test file

This commit is contained in:
Junle Li
2014-06-10 23:33:48 +08:00
parent a6d7470f12
commit 459de60914
+1 -2
View File
@@ -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() {
}
);
}