File "setColor.js"
Full Path: /home/cananyalcin/public_html/webpanel/js/jqvmap/jqvmap-master/src/JQVMap/setColor.js
File size: 190 bytes
MIME-type: text/plain
Charset: utf-8
JQVMap.prototype.setColor = function (color) {
for (var code in this.countries) {
this.countries[code].setFill(color);
this.countries[code].setAttribute('original', color);
}
};