mirror of
https://github.com/atom/atom.git
synced 2026-02-09 22:24:59 -05:00
🔥 Unused properties on TextEditor.prototype
This commit is contained in:
@@ -54,13 +54,11 @@ GutterContainer = require './gutter-container'
|
||||
# soft wraps and folds to ensure your code interacts with them correctly.
|
||||
module.exports =
|
||||
class TextEditor extends Model
|
||||
callDisplayBufferCreatedHook: false
|
||||
buffer: null
|
||||
languageMode: null
|
||||
cursors: null
|
||||
selections: null
|
||||
suppressSelectionMerging: false
|
||||
updateBatchDepth: 0
|
||||
selectionFlashDuration: 500
|
||||
gutterContainer: null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user