This commit is contained in:
Nathan Sobo
2017-04-24 05:09:20 -06:00
committed by Antonio Scandurra
parent 656cabda0f
commit 8c7f4d91f8

View File

@@ -450,7 +450,7 @@ class TextEditorComponent {
if (this.props.model.isMini()) {
return null
} else {
return $(GutterContainer, {
return $(GutterContainerComponent, {
ref: 'gutterContainer',
key: 'gutterContainer',
rootComponent: this
@@ -2609,7 +2609,7 @@ class DummyScrollbarComponent {
}
}
class GutterContainer {
class GutterContainerComponent {
constructor (props) {
this.props = props
etch.initialize(this)