1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

simplify vibrant

This commit is contained in:
Luke Pulverenti 2016-10-20 15:34:32 -04:00
parent dc66936c08
commit 353dd8d067

View file

@ -504,7 +504,6 @@ module.exports = MMCQ.quantize
Google - Palette support library in Android Google - Palette support library in Android
*/ */
(function() {
var CanvasImage, Swatch, Vibrant, var CanvasImage, Swatch, Vibrant,
bind = function (fn, me) { return function () { return fn.apply(me, arguments); }; }, bind = function (fn, me) { return function () { return fn.apply(me, arguments); }; },
slice = [].slice; slice = [].slice;
@ -878,6 +877,4 @@ module.exports = MMCQ.quantize
})(); })();
}).call(this);
},{"quantize":1}]},{},[2]); },{"quantize":1}]},{},[2]);