From b1ad564b0d92d6750212ff9d90a54a634f57d28c Mon Sep 17 00:00:00 2001 From: Paris Kasidiaris Date: Fri, 4 Nov 2016 21:48:53 +0200 Subject: [PATCH] Actually fix tests --- test/test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test.js b/test/test.js index a6bbfdc..633b527 100644 --- a/test/test.js +++ b/test/test.js @@ -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() {