We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b6aa74 commit e1c2e75Copy full SHA for e1c2e75
view/frontend/web/js/autocomplete.js
@@ -54,7 +54,7 @@ define([
54
55
initialize(config, element) {
56
// console.log('AC initialized with', config, element);
57
- this.buildAutocomplete($);
+ this.buildAutocomplete();
58
},
59
60
/**
view/frontend/web/js/instantsearch.js
@@ -22,10 +22,10 @@ define([
22
return Component.extend({
23
24
// console.log('IS initialized with', config, element);
25
- this.buildInstantSearch($);
+ this.buildInstantSearch();
26
27
28
- async buildInstantSearch($) {
+ async buildInstantSearch() {
29
const templateProcessor = await templateEngine.getSelectedEngineAdapter();
30
const mockAlgoliaBundle = this.mockAlgoliaBundle();
31
0 commit comments