Index: trunk/phase3/skins/common/ajaxwatch.js |
— | — | @@ -2,7 +2,7 @@ |
3 | 3 | // * ajax.js: |
4 | 4 | /*extern sajax_init_object, sajax_do_call */ |
5 | 5 | // * wikibits.js: |
6 | | - /*extern changeText, akeytt, hookEvent, alertMsg */ |
| 6 | + /*extern changeText, akeytt, hookEvent, jsMsg */ |
7 | 7 | |
8 | 8 | // These should have been initialized in the generated js |
9 | 9 | /*extern wgAjaxWatch, wgPageName */ |
— | — | @@ -12,7 +12,7 @@ |
13 | 13 | watchMsg: "Watch", |
14 | 14 | unwatchMsg: "Unwatch", |
15 | 15 | watchingMsg: "Watching...", |
16 | | - unwatchingMsg: "Unwatching...", |
| 16 | + unwatchingMsg: "Unwatching..." |
17 | 17 | }; |
18 | 18 | } |
19 | 19 | |