unhighlight.js 236 Bytes edit raw blame history 1 2 3 4 5 6 7 8 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); } };