mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Declare screenLines ivar in DisplayBuffer
This commit is contained in:
@@ -13,6 +13,7 @@ Subscriber = require 'subscriber'
|
||||
module.exports =
|
||||
class DisplayBuffer
|
||||
@idCounter: 1
|
||||
screenLines: null
|
||||
rowMap: null
|
||||
tokenizedBuffer: null
|
||||
markers: null
|
||||
|
||||
Reference in New Issue
Block a user