Bug 1325989 - Resolve ESLint issues in devtools/server/tests/unit. r=jryans

This commit is contained in:
Michael Brennan
2017-03-18 12:26:05 +01:00
parent 5c70b13d2c
commit 66cb6ceccb
186 changed files with 3475 additions and 3150 deletions

View File

@@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
"use strict";
/**
* Test if getExecutableLines return correct information
*/
@@ -20,8 +22,8 @@ function run_test() {
attachTestTabAndResume(
gClient,
"test-get-executable-lines",
function (aResponse, aTabClient, aThreadClient) {
gThreadClient = aThreadClient;
function (response, tabClient, threadClient) {
gThreadClient = threadClient;
test_executable_lines();
}
);