Bug 1257246: Update devtools for eslint 2. r=pbro

ESLint 2 now flags anonymous generator functions according to
generator-star-spacing. Most of the changes here are correcting that.

MozReview-Commit-ID: 9xg2Gmlaz94
This commit is contained in:
Dave Townsend
2016-04-05 11:31:19 -07:00
parent 6c83da2486
commit 4ac1a46d5e
349 changed files with 557 additions and 519 deletions

View File

@@ -42,7 +42,7 @@ exports.debugWorker = function(client, workerActor) {
* - {Array} workers
* Array of WorkerActor forms
*/
exports.getWorkerForms = Task.async(function*(client) {
exports.getWorkerForms = Task.async(function* (client) {
let registrations = [];
let workers = [];