missed an evt

This commit is contained in:
John McLear 2013-03-14 13:52:20 -03:00
parent 34c2cf40fa
commit 6bac01009b
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ describe("undo button then redo button", function(){
e.which = 90; // z
inner$("#innerdocbody").trigger(e);
var e = inner$.Event("keydown");
var e = inner$.Event(evtType);
e.ctrlKey = true; // Control key
e.which = 121; // y
inner$("#innerdocbody").trigger(e);