Switch to uglify-es for minification

This commit is contained in:
Lokesh Dhakar
2019-04-28 13:59:49 -07:00
parent 9a4443097c
commit e0ff746a2d
2 changed files with 6 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
*
* License
* -------
* Copyright 2011, 2015 Lokesh Dhakar
* Copyright Lokesh Dhakar
* Released under the MIT license
* https://raw.githubusercontent.com/lokesh/color-thief/master/LICENSE
*
@@ -179,7 +179,7 @@ ColorThief.prototype.getColorAsync = function(imageUrl, callback, quality) {
var dominantColor = palette[0];
callback(dominantColor, this);
});
sourceImage.src = imageData;
sourceImage.src = imageData;
});
};