🔥 Unused properties on TextEditor.prototype

This commit is contained in:
Max Brunsfeld
2015-11-04 13:58:10 -08:00
parent 5647335ff4
commit 7d46fe6c28

View File

@@ -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