Fix a couple of typos from last commit (one possibly error-causing for picky browsers...
authorAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 22 Jun 2007 17:47:29 +0000 (17:47 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Fri, 22 Jun 2007 17:47:29 +0000 (17:47 +0000)
skins/common/ajaxwatch.js

index 2187004..8d07f1c 100644 (file)
@@ -2,7 +2,7 @@
 // * ajax.js:
   /*extern sajax_init_object, sajax_do_call */
 // * wikibits.js:
-  /*extern changeText, akeytt, hookEvent, alertMsg */
+  /*extern changeText, akeytt, hookEvent, jsMsg */
 
 // These should have been initialized in the generated js
 /*extern wgAjaxWatch, wgPageName */
@@ -12,7 +12,7 @@ if(typeof wgAjaxWatch === "undefined" || !wgAjaxWatch) {
                watchMsg: "Watch",
                unwatchMsg: "Unwatch",
                watchingMsg: "Watching...",
-               unwatchingMsg: "Unwatching...",
+               unwatchingMsg: "Unwatching..."
        };
 }