Skip to content
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.

Commit

Permalink
chore(*): minor code style tweaks
Browse files Browse the repository at this point in the history
This is a followup to the migration to ESLint.

Ref #14952

Closes #15006
  • Loading branch information
mgol authored and gkalpak committed Aug 8, 2016
1 parent 8b51d03 commit 4d753d1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion docs/app/assets/js/search-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
4 changes: 0 additions & 4 deletions docs/app/src/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
"extends": "../../../.eslintrc-browser.json",

"globals": {
// ngMocks
"module": false,
"inject": true,

"lunr": false
}
}

0 comments on commit 4d753d1

Please sign in to comment.