[addendum,test][xs]: typo in copy and paste of assertPresent etc to test/base.js.

This commit is contained in:
Rufus Pollock 2012-04-15 15:52:39 +01:00
parent 4281801120
commit 16e3797b4c

View File

@ -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);
}