PATH:
home
/
lab2454c
/
isaaclondston.com
/
wp-content
/
plugins
/
mailchimp-for-wp
/
assets
/
src
/
js
/
admin
function debounce (func, wait, immediate) { let timeout return function () { const context = this; const args = arguments const callNow = immediate && !timeout clearTimeout(timeout) timeout = setTimeout(() => { timeout = null if (!immediate) func.apply(context, args) }, wait) if (callNow) func.apply(context, args) } } module.exports = { debounce }
[-] helpers.js
[edit]
[+]
..
[-] overlay.js
[edit]
[+]
form-editor
[-] url.js
[edit]
[-] list-overview.js
[edit]
[-] notices.js
[edit]
[-] list-fetcher.js
[edit]
[-] tabs.js
[edit]
[-] settings.js
[edit]
[-] show-if.js
[edit]
[+]
fields