mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-07-30 22:46:17 +02:00
Fixed changes from code review
This commit is contained in:
parent
4aed3c059d
commit
abaca6c8ef
4 changed files with 66 additions and 3 deletions
|
@ -24,7 +24,7 @@ function ANSIEscapeParser(options) {
|
|||
this.scrollBack = 0;
|
||||
this.graphicRendition = {};
|
||||
|
||||
if(options.startRow != null) {
|
||||
if(!_.isNil(options.startRow)) {
|
||||
this.row = options.startRow;
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue