Skip to content

Commit

Permalink
Merge pull request #28 from ihor-sviziev/patch-1
Browse files Browse the repository at this point in the history
Fix Uncaught TypeError: $(...).catalogAddToCart is not a function issue
  • Loading branch information
gsomoza authored May 8, 2019
2 parents 8e39fc8 + 17c5e7a commit 83b66c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion view/frontend/web/js/infinitescroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
define([
"jquery",
"jqueryIas",
"infinitescroll"
"infinitescroll",
"catalogAddToCart"
], function($, jqueryIas, infinitescroll) {
"use strict";
window.SgyIAS = {
Expand Down

0 comments on commit 83b66c8

Please sign in to comment.