Mercurial > eldonilo > lightstring
diff plugins/pubsub.js @ 81:7500bc048dbc
Typo errors.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Tue, 07 Feb 2012 18:44:07 +0100 |
parents | 50d36b093e3a |
children | bfa3c003fc1d |
line wrap: on
line diff
--- a/plugins/pubsub.js +++ b/plugins/pubsub.js @@ -71,7 +71,7 @@ }, methods: { items: function(aTo, aNode, aResult, aError) { - this.send(Lightstring.stanza.pubsub.items(aTo, aNode), function(stanza) { + this.send(Lightstring.stanzas.pubsub.items(aTo, aNode), function(stanza) { var items = []; var elms = stanza.DOM.querySelectorAll('item'); for (var i = 0; i < elms.length; i++) {