UNPKG
jqvmap-novulnerability
Version:
latest (1.5.1)
1.5.1
jQuery Vector Map Library
jqvmap.com
manifestinteractive/jqvmap
jqvmap-novulnerability
/
src
/
JQVMap
/
getCountryId.js
4 lines
(3 loc)
•
94 B
JavaScript
View Raw
1
2
3
4
JQVMap
.
prototype
.
getCountryId
=
function
(
cc
) {
return
'jqvmap'
+
this
.
index
+
'_'
+ cc; };