comparison plugins/presence.js @ 83:bfa3c003fc1d

Fix a JS error on anonymoused plugins.
author Sonny Piers <sonny.piers@gmail.com>
date Tue, 07 Feb 2012 19:04:15 +0100
parents 03ccf507ecda
children 7f4e43d6cb15
comparison
equal deleted inserted replaced
82:06495f77a74c 83:bfa3c003fc1d
57 send: function(aObject) { 57 send: function(aObject) {
58 this.send(Lightstring.stanzas.presence.out(aObject)); 58 this.send(Lightstring.stanzas.presence.out(aObject));
59 } 59 }
60 } 60 }
61 }; 61 };
62 })(); 62 });