not z, is b!
This commit is contained in:
parent
b4ec07312b
commit
5690f2d01e
|
@ -46,7 +46,7 @@ describe("bold button", function(){
|
||||||
|
|
||||||
var e = inner$.Event("keydown");
|
var e = inner$.Event("keydown");
|
||||||
e.ctrlKey = true; // Control key
|
e.ctrlKey = true; // Control key
|
||||||
e.which = 66; // z
|
e.which = 66; // b
|
||||||
inner$("#innerdocbody").trigger(e);
|
inner$("#innerdocbody").trigger(e);
|
||||||
|
|
||||||
//ace creates a new dom element when you press a button, so just get the first text element again
|
//ace creates a new dom element when you press a button, so just get the first text element again
|
||||||
|
@ -63,7 +63,4 @@ describe("bold button", function(){
|
||||||
|
|
||||||
done();
|
done();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue