balmet.com

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

waypoints-for-editor.js (154B)


      1 (function( $ ) {
      2 	$.fn.elementorWaypoint = function(callback) {
      3 		if ( typeof callback === 'function' ) {
      4 			callback.call( this );
      5 		}
      6 	};
      7 })( jQuery );