# elementor/3.6.0-dev1/assets/lib/waypoints/waypoints-for-editor.js

Elementor Website Builder – more than just a page builder, version 3.6.0-dev1. 8 lines.

- Page: https://pluginprobe.com/plugins/elementor/3.6.0-dev1/code/assets/lib/waypoints/waypoints-for-editor.js
- Raw: https://pluginprobe.com/plugins/elementor/3.6.0-dev1/raw/assets/lib/waypoints/waypoints-for-editor.js
- Modified: 2017-01-11T12:00:14+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/elementor/3.6.0-dev1/code/assets/lib/waypoints/waypoints-for-editor.js#L10-L20`.

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

```
