Bug 1328338 - Fix more no-undef eslint issues in toolkit/ and browser/. r=mossop

MozReview-Commit-ID: 78dXLYVW1gC
This commit is contained in:
Mark Banner
2017-01-03 11:55:24 +00:00
parent f846c3557d
commit d07f540195
66 changed files with 181 additions and 65 deletions

View File

@@ -584,4 +584,3 @@ add_task(function* test_setRemoteCrashID() {
Assert.ok(s.setRemoteCrashID("crash1", "bp-1"));
Assert.equal(s.crashes[0].remoteID, "bp-1");
});