this should pass more tests..

This commit is contained in:
John McLear 2013-03-14 14:36:54 -03:00
parent 1462d8e80c
commit 24188d7007
5 changed files with 14 additions and 15 deletions

View file

@ -45,9 +45,9 @@ describe("undo button", function(){
expect(modifiedValue).not.to.be(originalValue); // expect the value to change
if(!inner$.browser.firefox){
var evtType = "keydown";
}else{
var evtType = "keypress";
}else{
var evtType = "keydown";
}
var e = inner$.Event(evtType);