Fix lint errors

This commit is contained in:
Max Brunsfeld
2017-04-06 16:44:44 -07:00
parent 233c29d998
commit b5a449ba39
3 changed files with 1 additions and 4 deletions

View File

@@ -20,7 +20,7 @@ module.exports = class PanelContainer {
this.emitter.dispose()
}
getElement() {
getElement () {
if (!this.element) {
this.element = new PanelContainerElement().initialize(this, this.viewRegistry)
}