Bug 1433718 - Follow up: fix eslint errors in rule-editor.js; r=me

This commit is contained in:
Gabriel Luong 2018-05-05 00:16:59 -04:00
Родитель dd29da22c4
Коммит 9839a9c4a7
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -196,7 +196,7 @@ RuleEditor.prototype = {
this.emit("selector-icon-created"); this.emit("selector-icon-created");
}.bind(this))().catch(error => { }.bind(this))().catch(error => {
console.error("Exception while getting unique selector", error); console.error("Exception while getting unique selector", error);
});; });
} }
this.openBrace = createChild(header, "span", { this.openBrace = createChild(header, "span", {