mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
missed an evt
This commit is contained in:
parent
34c2cf40fa
commit
6bac01009b
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue