[addendum,test][xs]: typo in copy and paste of assertPresent etc to test/base.js.
This commit is contained in:
parent
4281801120
commit
16e3797b4c
@ -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);
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user