[addendum,test][xs]: typo in copy and paste of assertPresent etc to test/base.js.
This commit is contained in:
@@ -21,7 +21,6 @@ function assertPresent(selector, el) {
|
|||||||
|
|
||||||
function assertNotPresent(selector, el) {
|
function assertNotPresent(selector, el) {
|
||||||
var found = el ? $(el).find(selector) : $(selector);
|
var found = el ? $(el).find(selector) : $(selector);
|
||||||
ok(found.length > 0);
|
|
||||||
equal(found.length, 0);
|
equal(found.length, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user