Skip to content

Commit 768ee8d

Browse files
committed
Fix error in Production Mode bundling js
Uncaught ReferenceError: IASSpinnerExtension is not defined #1
1 parent 3f132a4 commit 768ee8d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

view/frontend/web/js/plugins/infinitescroll.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1429,4 +1429,6 @@ IASTriggerExtension.prototype.defaults = {
14291429
* @type {number}
14301430
*/
14311431
IASTriggerExtension.prototype.priority = 1000;
1432-
}
1432+
}
1433+
1434+
window.IASCallbacks=IASCallbacks;window.IASHistoryExtension=IASHistoryExtension;window.IASTriggerExtension=IASTriggerExtension;window.IASSpinnerExtension=IASSpinnerExtension;window.IASPagingExtension=IASPagingExtension;window.IASNoneLeftExtension=IASNoneLeftExtension;

0 commit comments

Comments
 (0)