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

chore(*): minor code style tweaks #15006

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
}
}