isSelected.js 84 Bytes
JQVMap.prototype.isSelected = function(cc) {
  return this.selectIndex(cc) >= 0;
};