File "waypoints-for-editor.js"

Full Path: /home/warrior1/public_html/languages/wp-content-20241001222009/plugins/elementor/assets/lib/waypoints/waypoints-for-editor.js
File size: 154 bytes
MIME-type: text/plain
Charset: utf-8

(function( $ ) {
	$.fn.elementorWaypoint = function(callback) {
		if ( typeof callback === 'function' ) {
			callback.call( this );
		}
	};
})( jQuery );