]> git.proxmox.com Git - mirror_xterm.js.git/commitdiff
Remove redundant comment
authorParis Kasidiaris <paris@sourcelair.com>
Sat, 15 Jul 2017 21:55:02 +0000 (00:55 +0300)
committerParis Kasidiaris <pariskasidiaris@gmail.com>
Sun, 16 Jul 2017 00:47:15 +0000 (03:47 +0300)
src/xterm.js

index 469f1e0ba05467e40fd93f354447a9dcf0b847f1..b1f20694e1ec37a89422403f799906815fed1e12 100644 (file)
@@ -227,10 +227,6 @@ function Terminal(options) {
     this._terminal.buffer = buffer;
   });
 
-  /**
-   * An array of all lines in the entire buffer, including the prompt. The lines are array of
-   * characters which are 2-length arrays where [0] is an attribute and [1] is the character.
-   */
   var i = this.rows;
 
   while (i--) {