chore(*): minor code style tweaks

This is a followup to the migration to ESLint.

Ref #14952

Closes #15006
This commit is contained in:
Michał Gołębiowski
2016-08-08 13:35:53 +02:00
committed by Georgios Kalpakas
parent 3393aac049
commit 49f077736d
2 changed files with 1 additions and 5 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ searchDataRequest.onload = function() {
searchData.forEach(function(page) {
index.add(page);
});
postMessage({e: 'index-ready'});
self.postMessage({e: 'index-ready'});
};
searchDataRequest.open('GET', 'search-data.json');
searchDataRequest.send();
-4
View File
@@ -3,10 +3,6 @@
"extends": "../../../.eslintrc-browser.json",
"globals": {
// ngMocks
"module": false,
"inject": true,
"lunr": false
}
}