Remove redundant comment

This commit is contained in:
Paris Kasidiaris
2017-07-16 03:47:15 +03:00
committed by Paris Kasidiaris
parent 59f75555bc
commit 634f4e29aa
-4
View 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--) {