Mercurial > eldonilo > lightstring
changeset 73:e4899c122d7b
Fix the comment about Strophe.js code.
author | Sonny Piers <sonny.piers@gmail.com> |
---|---|
date | Mon, 06 Feb 2012 16:53:22 +0100 |
parents | 5dbf93cef55d |
children | 7cb0037bf43c |
files | plugins/DIGEST-MD5.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/plugins/DIGEST-MD5.js +++ b/plugins/DIGEST-MD5.js @@ -78,7 +78,7 @@ Lightstring.plugins['DIGEST-MD5'] = { ); }, 'challenge': function (stanza) { - //FIXME this is mostly Strophe code + //FIXME: this is Strophe.js code function _quote(str) { return '"' + str.replace(/\\/g, '\\\\').replace(/"/g, '\\"') + '"';