]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix tests
authorDaniel Imms <daimms@microsoft.com>
Wed, 13 Jul 2016 03:55:24 +0000 (20:55 -0700)
committerDaniel Imms <daimms@microsoft.com>
Wed, 13 Jul 2016 03:55:24 +0000 (20:55 -0700)
test/test.js

index 70b5db8eaafc352d7c0dea01df83b08e7c04c298..63a33c93f70c6dcc3c820d0ff96516a059e566c5 100644 (file)
@@ -81,6 +81,9 @@ describe('xterm.js', function() {
       xterm.handler = function() {};
       xterm.showCursor = function() {};
       xterm.clearSelection = function() {};
+      xterm.compositionHelper = {
+        isComposing: false
+      };
     });
 
     describe('On Mac OS', function() {