i4way-dash/.svn/pristine/a5/a5f93313e2e3f0180ff938d4fab...

9 lines
236 B
Plaintext

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);
}
};