Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
unsatisfiableness
/
vendors
/
jqvmap
/
src
/
JQVMap
:
unhighlight.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
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); } };