👕 🔥 semicolon

This commit is contained in:
Katrina Uychaco
2017-11-28 22:06:33 -08:00
parent aeb9af63df
commit a993742f7f

View File

@@ -2970,7 +2970,7 @@ class TextEditorComponent {
}
isInputEnabled (inputEnabled) {
return !this.props.model.isReadOnly();
return !this.props.model.isReadOnly()
}
getHiddenInput () {