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:
@@ -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 = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user