Skip to content

Commit

Permalink
Fix #100
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanny DECLERCK committed Mar 30, 2020
1 parent f456af5 commit f58b0e7
Show file tree
Hide file tree
Showing 2 changed files with 424 additions and 0 deletions.
7 changes: 7 additions & 0 deletions view/frontend/requirejs-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,12 @@ var config = {
'smile-storelocator-store-collection': 'Smile_StoreLocator/js/model/stores',
'smile-storelocator-store-schedule': 'Smile_StoreLocator/js/model/store/schedule'
}
},
config: {
mixins: {
'Smile_Map/js/map': {
'Smile_StoreLocator/js/map-mixin': true
}
}
}
};

0 comments on commit f58b0e7

Please sign in to comment.