1
/*!
2
* WPBakery Page Builder v6.0.0 (https://wpbakery.com)
3
* Copyright 2011-2021 Michael M, WPBakery
4
* License: Commercial. More details: http://go.wpbakery.com/licensing
5
*/
6
7
// jscs:disable
8
// jshint ignore: start
9
10
/*!
11
* Isotope PACKAGED v3.0.5
12
*
13
* Licensed GPLv3 for open source use
14
* or Isotope Commercial License for commercial use
15
*
16
* https://isotope.metafizzy.co
17
* Copyright 2017 Metafizzy
18
*/
19
20
!function(t,e){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){return e(t,i)}
21
):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}
22
(window,function(t,e){"use strict";function i(i,s,a){function u(t,e,o){var n,s="$()."+i+'("'+e+'")';return t.each(function(t,u){var h=a.data(u,i);if(!h)return void r(i+" not initialized. Cannot call methods, i.e. "+s);var d=h[e];if(!d||"_"==e.charAt(0))return void r(s+" is not a valid method");var l=d.apply(h,o);n=void 0===n?l:n}
23
),void 0!==n?n:t}
24
function h(t,e){t.each(function(t,o){var n=a.data(o,i);n?(n.option(e),n._init()):(n=new s(o,e),a.data(o,i,n))}
25
)}
26
a=a||e||t.jQuery,a&&(s.prototype.option||(s.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}
27
),a.fn[i]=function(t){if("string"==typeof t){var e=n.call(arguments,1);return u(this,t,e)}
28
return h(this,t),this}
29
,o(a))}
30
function o(t){!t||t&&t.bridget||(t.bridget=i)}
31
var n=Array.prototype.slice,s=t.console,r="undefined"==typeof s?function(){}
32
:function(t){s.error(t)}
33
;return o(e||t.jQuery),i}
34
),function(t,e){"function"==typeof define&&define.amd?define("ev-emitter/ev-emitter",e):"object"==typeof module&&module.exports?module.exports=e():t.EvEmitter=e()}
35
("undefined"!=typeof window?window:this,function(){function t(){}
36
var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{}
37
,o=i[t]=i[t]||[];return o.indexOf(e)==-1&&o.push(e),this}
38
}
39
,e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{}
40
,o=i[t]=i[t]||{}
...
</html>