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
/
isSelected.js
4 lines
(3 loc)
•
84 B
JavaScript
View Raw
1
2
3
4
JQVMap
.
prototype
.
isSelected
=
function
(
cc
) {
return
this
.
selectIndex
(cc) >=
0
; };