# HG changeset patch # User Sonny Piers # Date 1328543602 -3600 # Node ID e4899c122d7b8ddfb248f30a214faeecea28b7ad # Parent 5dbf93cef55d0c4c501a6aa3a4ceaeb833394d39 Fix the comment about Strophe.js code. diff --git a/plugins/DIGEST-MD5.js b/plugins/DIGEST-MD5.js --- 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, '\\"') + '"';