From 16e3797b4c23168fc672ce371aa275f4469d485f Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 15 Apr 2012 15:52:39 +0100 Subject: [PATCH] [addendum,test][xs]: typo in copy and paste of assertPresent etc to test/base.js. --- test/base.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/base.js b/test/base.js index 30b2960b..bffbba1c 100644 --- a/test/base.js +++ b/test/base.js @@ -21,7 +21,6 @@ function assertPresent(selector, el) { function assertNotPresent(selector, el) { var found = el ? $(el).find(selector) : $(selector); - ok(found.length > 0); equal(found.length, 0); }