Removed another log statement; fixed add(Array) for IE (IE reports form.elements.nodeName == "FORM")
This commit is contained in:
parent
926e80b902
commit
9f93c7b3b8
2 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ test("toggle(Function, Function) - add toggle event and fake a few clicks", func
|
|||
expect(1);
|
||||
var count = 0,
|
||||
fn1 = function(e) { count++; },
|
||||
fn2 = function(e) { count--; console.debug("fn"); },
|
||||
fn2 = function(e) { count--; },
|
||||
preventDefault = function(e) { e.preventDefault() },
|
||||
link = $('#mark');
|
||||
if($.browser.msie)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue