Files
wyczarujprezent.pl/modules/leoelements/assets/lib/waypoints/waypoints-for-editor.js
2024-10-28 22:14:22 +01:00

15 lines
319 B
JavaScript

/**
* @Website: apollotheme.com - prestashop template provider
* @author Apollotheme <apollotheme@gmail.com>
* @copyright Apollotheme
* @description:
*/
(function( $ ) {
$.fn.elementorWaypoint = function(callback) {
if ( typeof callback === 'function' ) {
callback.call( this );
}
};
})( jQuery );