Skip to content

Commit fb527e7

Browse files
author
Fanny DECLERCK
authored
Merge pull request #110 from juhanihaapala/fix-checkout-map
Fix error in checkout "jQuery(...).autocomplete is not a function"
2 parents e3824e8 + 44b7f48 commit fb527e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

view/frontend/web/js/map-mixin.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ define([
44
'ko',
55
'smile-storelocator-store-collection',
66
'Smile_StoreLocator/js/model/store/schedule',
7+
'jquery/ui'
78
], function ($, L, ko, registry, MarkersList, Schedule) {
89
'use strict';
910

@@ -414,4 +415,4 @@ define([
414415
return function (Component) {
415416
return Component.extend(mixin);
416417
}
417-
});
418+
});

0 commit comments

Comments
 (0)