update
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
(function( $ ) {
|
||||
$.fn.elementorWaypoint = function(callback) {
|
||||
if ( typeof callback === 'function' ) {
|
||||
callback.call( this );
|
||||
}
|
||||
};
|
||||
})( jQuery );
|
||||
Reference in New Issue
Block a user