{"version":3,"file":"../cart-ajax-220.min.js","sources":["cart-ajax-220.js"],"sourcesContent":["/**\n * Manage cart items ajax actions.\n *\n * DEPENDS ON:\n * - jQuery // Interact with WooCommerce events\n */\n (function (root, factory) {\n\tif ( typeof define === 'function' && define.amd ) {\n\t\tdefine([], factory(root));\n\t} else if ( typeof exports === 'object' ) {\n\t\tmodule.exports = factory(root);\n\t} else {\n\t\troot.CartAjax = factory(root);\n\t}\n})(typeof global !== 'undefined' ? global : this.window || this.global, function (root) {\n\n\t'use strict';\n\n\tvar $ = jQuery;\n\tvar _hasJQuery = ( $ != null );\n\n\tvar _hasInitialized = false;\n\tvar _animationEndEvent = window.whichAnimationEnd ? window.whichAnimationEnd() : 'animationend';\n\tvar _publicMethods = {};\n\tvar _settings = {\n\t\tbodyClass: 'has-fc-cart-ajax--activated',\n\n\t\tmessagesWrapperSelector: '.woocommerce-notices-wrapper, .woocommerce-NoticeGroup-checkout',\n\n\t\tdataAttributePrefix: 'data-',\n\n\t\tremoveItemButtonSelector: '.cart_item .remove',\n\t\trestoreItemButtonSelector: '.cart_item .restore-item',\n\t\trestoreItemDismissButtonSelector: '.cart_item .restore-item-dismiss',\n\t\tcartItemSelector: '.cart_item',\n\t\tcartItemBlockUIElementSelector: '.cart_item td',\n\t\tcartItemAnimationElementSelector: '.cart_item td',\n\t\tcartItemRemovedTemplate: '