No bug - Fix Eslint warnings which showed up after merge. r=eslint-fix a=eslint-fix

MozReview-Commit-ID: 17TDsBMCsUx

--HG--
extra : amend_source : d16c96ea99ecbf9e3cbe341f4bb80c65659843cc
This commit is contained in:
Sebastian Hengst 2016-10-07 16:21:44 +02:00
Родитель 7ebb50e21d
Коммит c635b8c61d
2 изменённых файлов: 1 добавлений и 2 удалений

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

@ -1293,7 +1293,6 @@ Editor.prototype = {
if (!this._isInputOrTextarea(event.target)) {
return;
}
let cm = editors.get(this);
let node = event.originalTarget;
switch (name) {

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

@ -401,4 +401,4 @@ add_task(function* developerEmpty() {
equal(addon.homepageURL, "https://example.net");
addon.uninstall();
}
});
});