]> git.babelmonkeys.de Git - socialXMPP.git/blobdiff - scripts/classes.js
Show tune in vCard
[socialXMPP.git] / scripts / classes.js
index 62d962f760f1ce37ad3c040a760e754cfef6ba11..8832d68cc9d90e795717420d89be115b7d9ae95b 100644 (file)
@@ -17,6 +17,7 @@ Buddy = function(name, jid) {
     this.name = name;
     this.jid = jid;
     this.vCard = '';
+    this.visible = false; // Whether the vCard is currently displayed
     this.tune = new Tune();
 };