UNPKG

jqvmap

Version:

jQuery Vector Map Library

10 lines (9 loc) 214 B
JQVMap.prototype.selectIndex = function (cc) { cc = cc.toLowerCase(); for (var i = 0; i < this.selectedRegions.length; i++) { if (cc === this.selectedRegions[i]) { return i; } } return -1; };