1
/*!
2
* Flickity PACKAGED v2.2.1
3
* Touch, responsive, flickable carousels
4
*
5
* Licensed GPLv3 for open source use
6
* or Flickity Commercial License for commercial use
7
*
8
* https://flickity.metafizzy.co
9
* Copyright 2015-2019 Metafizzy
10
*/
11
12
!function(e,i){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(t){return i(e,t)}
13
):"object"==typeof module&&module.exports?module.exports=i(e,require("jquery")):e.jQueryBridget=i(e,e.jQuery)}
14
(window,function(t,e){"use strict";var i=Array.prototype.slice,n=t.console,d=void 0===n?function(){}
15
:function(t){n.error(t)}
16
;function s(h,s,c){(c=c||e||t.jQuery)&&(s.prototype.option||(s.prototype.option=function(t){c.isPlainObject(t)&&(this.options=c.extend(!0,this.options,t))}
17
),c.fn[h]=function(t){return"string"==typeof t?function(t,o,r){var a,l="$()."+h+'("'+o+'")';return t.each(function(t,e){var i=c.data(e,h);if(i){var n=i[o];if(n&&"_"!=o.charAt(0)){var s=n.apply(i,r);a=void 0===a?s:a}
18
else d(l+" is not a valid method")}
19
else d(h+" not initialized. Cannot call methods, i.e. "+l)}
20
),void 0!==a?a:t}
21
(this,t,i.call(arguments,1)):(function(t,n){t.each(function(t,e){var i=c.data(e,h);i?(i.option(n),i._init()):(i=new s(e,n),c.data(e,h,i))}
22
)}
23
(this,t),this)}
24
,o(c))}
25
function o(t){!t||t&&t.bridget||(t.bridget=s)}
26
return o(e||t.jQuery),s}
27
),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()}
28
("undefined"!=typeof window?window:this,function(){function t(){}
29
var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{}
30
,n=i[t]=i[t]||[];return-1==n.indexOf(e)&&n.push(e),this}
31
}
32
,e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{}
33
;return(i[t]=i[t]||{}
34
)[e]=!0,this}
35
}
36
,e.off=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){var n=i.indexOf(e);return-1!=n&&i.splice(n,1),this}
37
}
38
,e.emitEvent=function(t,e){var i=this._events&&this._events[t];if(i&&i.length){i=i.slice(0),e=e||[];for(var n=this._onceEvents&&this._onceEvents[t],s=0;s<i.length;s++){var o=i[s];n&&n[o]&&(this.off(t,o),delete n[o]),o.apply(this,e)}
39
return this}
40
}
...
</html>