r23234 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r23233‎ | r23234 | r23235 >
Date:17:47, 22 June 2007
Author:simetrical
Status:old
Tags:
Comment:
Fix a couple of typos from last commit (one possibly error-causing for picky browsers, one for jslint)
Modified paths:
  • /trunk/phase3/skins/common/ajaxwatch.js (modified) (history)

Diff [purge]

Index: trunk/phase3/skins/common/ajaxwatch.js
@@ -2,7 +2,7 @@
33 // * ajax.js:
44 /*extern sajax_init_object, sajax_do_call */
55 // * wikibits.js:
6 - /*extern changeText, akeytt, hookEvent, alertMsg */
 6+ /*extern changeText, akeytt, hookEvent, jsMsg */
77
88 // These should have been initialized in the generated js
99 /*extern wgAjaxWatch, wgPageName */
@@ -12,7 +12,7 @@
1313 watchMsg: "Watch",
1414 unwatchMsg: "Unwatch",
1515 watchingMsg: "Watching...",
16 - unwatchingMsg: "Unwatching...",
 16+ unwatchingMsg: "Unwatching..."
1717 };
1818 }
1919

Follow-up revisions

RevisionCommit summaryAuthorDate
r23407Merged revisions 23203-23405 via svnmerge from...david23:00, 25 June 2007

Status & tagging log