UNPKG
jqvmap
Version:
latest (1.5.1)
1.5.1
1.5.0
1.0.1
1.0.0
jQuery Vector Map Library
jqvmap.com
manifestinteractive/jqvmap
jqvmap
/
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; };