mirror of
https://github.com/atom/atom.git
synced 2026-01-22 13:28:01 -05:00
Delint
This commit is contained in:
@@ -121,7 +121,7 @@ class TextEditor {
|
||||
this.id = params.id != null ? params.id : nextId++
|
||||
if (this.id >= nextId) {
|
||||
// Ensure that new editors get unique ids:
|
||||
nextId = this.id + 1;
|
||||
nextId = this.id + 1
|
||||
}
|
||||
this.initialScrollTopRow = params.initialScrollTopRow
|
||||
this.initialScrollLeftColumn = params.initialScrollLeftColumn
|
||||
|
||||
Reference in New Issue
Block a user