mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-29 22:30:27 +00:00
Actually fix tests
This commit is contained in:
parent
bc70b3b37d
commit
b1ad564b0d
@ -417,7 +417,7 @@ describe('xterm.js', function() {
|
||||
|
||||
describe('On MS Windows', function() {
|
||||
beforeEach(function() {
|
||||
xterm.isMSWindows = true;
|
||||
xterm.browser.isMSWindows = true;
|
||||
});
|
||||
|
||||
it('should not interfere with the alt + ctrl key on keyDown', function() {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user