Current File : /home/kelaby89/muzza.fit/wp-content/plugins/wolf-visual-composer/assets/js/revslider.js
/*!
 * RevSlider
 *
 * WPBakery Page Builder Extension 3.2.8
 */
/* jshint -W062 */

var WVCRevSlider = function( $ ) {

	'use strict';

	return {

		/**
		 * Init UI
		 */
		init : function () {

		}
	};

}( jQuery );

( function( $ ) {

	'use strict';

	$(window).on('pageshow', function() {
		WVCRevSlider.init();
	} );

} )( jQuery );
Hello World !