Current Path : /home/escuelai/public_html/wp-content/plugins/learnpress/assets/src/js/utils/ |
Current File : /home/escuelai/public_html/wp-content/plugins/learnpress/assets/src/js/utils/extend.js |
export default function() { window.LP = window.LP || {}; if ( typeof arguments[ 0 ] === 'string' ) { LP[ arguments[ 0 ] ] = LP[ arguments[ 0 ] ] || {}; LP[ arguments[ 0 ] ] = jQuery.extend( LP[ arguments[ 0 ] ], arguments[ 1 ] ); } else { LP = jQuery.extend( LP, arguments[ 0 ] ); } }