зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1433718
- Follow up: fix eslint errors in rule-editor.js; r=me
This commit is contained in:
Родитель
dd29da22c4
Коммит
9839a9c4a7
|
@ -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", {
|
||||||
|
|
Загрузка…
Ссылка в новой задаче