| author | Florian Quèze <florian@instantbird.org> |
| Tue Sep 06 21:29:29 2011 +0200 (8 months ago) | |
| changeset 266 | dc942760ef39 |
| parent 265 | d193bca29685 |
| child 267 | abb0992693fc |
1.1 --- a/irc-js@patrick.cloke/modules/jsProtoHelper.jsm 1.2 +++ b/irc-js@patrick.cloke/modules/jsProtoHelper.jsm 1.3 @@ -152,7 +152,7 @@ 1.4 return null; 1.5 } 1.6 }, 1.7 - requestBuddyInfo: function(aBuddyName) EmptyEnumerator, 1.8 + requestBuddyInfo: function(aBuddyName) {}, 1.9 getChatRoomFields: function() { 1.10 if (!this.chatRoomFields) 1.11 return EmptyEnumerator;