{"version":3,"file":"../mailcheck-init-315.min.js","sources":["mailcheck-init-315.js"],"sourcesContent":["/**\n * Handles Mailcheck runs on email fields\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.MailcheckInit = 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\n\tvar _hasInitialized = false;\n\tvar _publicMethods = { }\n\tvar _settings = {\n\t\tmailFieldSelector: '[data-mailcheck]',\n\t\t\n\t\tformFieldWrapperSelector: '.form-row',\n\t\tinputFieldWrapperSelector: '.woocommerce-input-wrapper',\n\t\tsuggestionElementSelector: '[data-mailcheck-suggestion]',\n\t\tsuggestionApplySelector: '[data-mailcheck-apply]',\n\n\t\tmailFieldSuggestedClass: 'has-email-suggestion',\n\n\t\tsuggestionValueAttr: 'data-suggestion-value',\n\n\t\tsuggestedElementTemplate: '