Bug 1369214 - Fix ESLint doublequote failures in test_getProcess.html on a CLOSED TREE.

This commit is contained in:
Ryan VanderMeulen 2017-05-31 21:48:59 -04:00
Родитель 3a024a13a5
Коммит 925f8e7dd2
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -116,7 +116,7 @@ function runTests() {
}
function processScript() {
Components.utils.import('resource://gre/modules/Services.jsm');
Components.utils.import("resource://gre/modules/Services.jsm");
let listener = function () {
Services.obs.removeObserver(listener, "sdk:loader:destroy");
sendAsyncMessage("test:getProcess-destroy", null);