nilclass / vcardjs

vCardJS - a vCard 4.0 implementation in JavaScript.
MIT License
57 stars 20 forks source link

prototype and vcard #5

Open deguich opened 9 years ago

deguich commented 9 years ago

Hi, prototype.js and vcard are not compatible. Error in vcf.js at line 169, probably lack a test like : if(parts[i] && parts.hasOwnProperty(i)) { n[this.nameParts[i]] = parts[i].split(','); }