Initialize scopedCharacterWidthsChangeCount to 0

This commit is contained in:
Nathan Sobo
2015-02-09 15:03:31 -07:00
parent bdfca8b902
commit d5719bfbd5

View File

@@ -8,6 +8,7 @@ class TextEditorPresenter
startBlinkingCursorsAfterDelay: null
stoppedScrollingTimeoutId: null
mouseWheelScreenRow: null
scopedCharacterWidthsChangeCount: 0
constructor: (params) ->
{@model, @autoHeight, @explicitHeight, @contentFrameWidth, @scrollTop, @scrollLeft} = params