| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jqvmap/src/JQVMap/unhighlight.js |
JQVMap.prototype.unhighlight = function (cc, path) {
cc = cc.toLowerCase();
path = path || jQuery('#' + this.getCountryId(cc))[0];
path.setOpacity(1);
if (path.currentFillColor) {
path.setFill(path.currentFillColor);
}
};