| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/ColorScale/setMin.js |
ColorScale.prototype.setMin = function (min) {
this.clearMinValue = min;
if (typeof this.normalize === 'function') {
this.minValue = this.normalize(min);
} else {
this.minValue = min;
}
};