Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/assets/js/twentytwenty.js
/*!
 * Comparison Images Slider
 *
 * WPBakery Page Builder Extension 3.2.8
 */
/* jshint -W062 */
var WVCTwentyTwenty = function( $ ) {

	'use strict';

	return {

		/**
		 * Init UI
		 */
		init : function () {
			$( '.wvc-twentytwenty' ).twentytwenty();
		}
	};

}( jQuery );

( function( $ ) {

	'use strict';

	$( document ).ready( function() {
		WVCTwentyTwenty.init();
	} );

} )( jQuery );
Hello World !