aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/event.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/event.js')
-rw-r--r--test/unit/event.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/event.js b/test/unit/event.js
index 687184294..1710f6f98 100644
--- a/test/unit/event.js
+++ b/test/unit/event.js
@@ -2027,11 +2027,11 @@ test("delegate with submit", function() {
jQuery(document).undelegate();
});
-test("undelegate() with only namespaces", function(){
+test("undelegate() with only namespaces", function() {
expect(2);
var $delegate = jQuery("#liveHandlerOrder"),
- count = 0;
+ count = 0;
$delegate.delegate("a", "click.ns", function(e) {
count++;