Mercurial > psgxs
comparison psgxs.js @ 25:c774f2ffb271
Fix a typo.
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> |
---|---|
date | Mon, 01 Nov 2010 00:24:50 +0100 |
parents | 5fc4ee90c1bc |
children | b2faacfefb90 |
comparison
equal
deleted
inserted
replaced
24:b80ab94da447 | 25:c774f2ffb271 |
---|---|
95 if (module.child == 'pubsub') { | 95 if (module.child == 'pubsub') { |
96 var child2 = child.getChild(module.pschild, child.attr.xmlns); | 96 var child2 = child.getChild(module.pschild, child.attr.xmlns); |
97 if (child2) | 97 if (child2) |
98 child = child2; | 98 child = child2; |
99 | 99 |
100 if (module.pschild && (!child || module.pschild != child2.name)) | 100 if (module.pschild && (!child || module.pschild != child.name)) |
101 continue; | 101 continue; |
102 } | 102 } |
103 | 103 |
104 var toSend = module.func(response, stanza, child, to); | 104 var toSend = module.func(response, stanza, child, to); |
105 if (toSend) { | 105 if (toSend) { |