]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Fix tests
authorDaniel Imms <daimms@microsoft.com>
Wed, 1 Feb 2017 07:46:58 +0000 (23:46 -0800)
committerDaniel Imms <daimms@microsoft.com>
Wed, 1 Feb 2017 07:46:58 +0000 (23:46 -0800)
src/test/escape-sequences-test.js

index f35bc00ab401621df8731e97c3155893b8154a84..684de07958eaca798631f6eaa43b09e5a4855786 100644 (file)
@@ -75,7 +75,7 @@ describe('xterm output comparison', function() {
 
   beforeEach(function () {
     xterm = new Terminal(COLS, ROWS);
-    xterm.refresh = function() {};
+    xterm.queueRefresh = function() {};
     xterm.viewport = {
       syncScrollArea: function() {}
     };