document
[mkws-moved-to-github.git] / experiments / spclient / mkws.js
index 9b339fa..4477063 100644 (file)
@@ -577,6 +577,7 @@ function M(word) {
     return mkws_locale_lang[lang][word] ? mkws_locale_lang[lang][word] : word;
 }
 
+/* implement jQuery.parseQuerystring() for parsing URL parameters */
 jQuery.extend({
     parseQuerystring: function() {
     var nvpair = {};