mirror of
https://github.com/lubuntu-team/lubuntu.me.git
synced 2025-02-23 16:21:07 +00:00
8 lines
154 B
JavaScript
8 lines
154 B
JavaScript
|
(function( $ ) {
|
||
|
$.fn.elementorWaypoint = function(callback) {
|
||
|
if ( typeof callback === 'function' ) {
|
||
|
callback.call( this );
|
||
|
}
|
||
|
};
|
||
|
})( jQuery );
|