Actually fix tests

This commit is contained in:
Paris Kasidiaris 2016-11-04 21:48:53 +02:00
parent bc70b3b37d
commit b1ad564b0d

View File

@ -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() {