From a0aff8aa1114887fafa2f281a8c53c854dd203c3 Mon Sep 17 00:00:00 2001 From: Aryeh Gregor Date: Fri, 22 Jun 2007 17:47:29 +0000 Subject: [PATCH] Fix a couple of typos from last commit (one possibly error-causing for picky browsers, one for jslint) --- skins/common/ajaxwatch.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/skins/common/ajaxwatch.js b/skins/common/ajaxwatch.js index 2187004943..8d07f1cb6d 100644 --- a/skins/common/ajaxwatch.js +++ b/skins/common/ajaxwatch.js @@ -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..." }; } -- 2.20.1