File "setScaleColors.js"

Full Path: /home/cananyalcin/public_html/vendors/jqvmap/src/JQVMap/setScaleColors.js
File size: 153 bytes
MIME-type: text/plain
Charset: utf-8

JQVMap.prototype.setScaleColors = function (colors) {
  this.colorScale.setColors(colors);

  if (this.values) {
    this.setValues(this.values);
  }
};