1
/*! This file is auto-generated */
2
/*!
3
* Masonry PACKAGED v4.2.2
4
* Cascading grid layout library
5
* https://masonry.desandro.com
6
* MIT License
7
* by David DeSandro
8
*/
9
10
!function(t,e){"function"==typeof define&&define.amd?define("jquery-bridget/jquery-bridget",["jquery"],function(i){return e(t,i)}
11
):"object"==typeof module&&module.exports?module.exports=e(t,require("jquery")):t.jQueryBridget=e(t,t.jQuery)}
12
(window,function(t,e){"use strict";function i(i,r,a){function h(t,e,n){var o,r="$()."+i+'("'+e+'")';return t.each(function(t,h){var u=a.data(h,i);if(!u)return void s(i+" not initialized. Cannot call methods, i.e. "+r);var d=u[e];if(!d||"_"==e.charAt(0))return void s(r+" is not a valid method");var l=d.apply(u,n);o=void 0===o?l:o}
13
),void 0!==o?o:t}
14
function u(t,e){t.each(function(t,n){var o=a.data(n,i);o?(o.option(e),o._init()):(o=new r(n,e),a.data(n,i,o))}
15
)}
16
a=a||e||t.jQuery,a&&(r.prototype.option||(r.prototype.option=function(t){a.isPlainObject(t)&&(this.options=a.extend(!0,this.options,t))}
17
),a.fn[i]=function(t){if("string"==typeof t){var e=o.call(arguments,1);return h(this,t,e)}
18
return u(this,t),this}
19
,n(a))}
20
function n(t){!t||t&&t.bridget||(t.bridget=i)}
21
var o=Array.prototype.slice,r=t.console,s="undefined"==typeof r?function(){}
22
:function(t){r.error(t)}
23
;return n(e||t.jQuery),i}
24
),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()}
25
("undefined"!=typeof window?window:this,function(){function t(){}
26
var e=t.prototype;return e.on=function(t,e){if(t&&e){var i=this._events=this._events||{}
27
,n=i[t]=i[t]||[];return-1==n.indexOf(e)&&n.push(e),this}
28
}
29
,e.once=function(t,e){if(t&&e){this.on(t,e);var i=this._onceEvents=this._onceEvents||{}
30
,n=i[t]=i[t]||{}
31
;return n[e]=!0,this}
32
}
33
,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}
34
}
35
,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],o=0;o<i.length;o++){var r=i[o],s=n&&n[r];s&&(this.off(t,r),delete n[r]),r.apply(this,e)}
36
return this}
37
}
38
,e.allOff=function(){delete this._events,delete this._onceEvents}
39
,t}
40
),function(t,e){"function"==typeof define&&define.amd?define("get-size/get-size",e):"object"==typeof module&&module.exports?module.exports=e():t.getSize=e()}
...
</html>