r77845 MediaWiki - Code Review archive
Repository:
MediaWiki
Revision:
<
r77844
|
r77845
|
r77846
>
Date:
23:35, 5 December 2010
Author:
aaron
Status:
ok
Tags:
Comment:
More bracket cleanup
Modified paths:
/trunk/extensions/FlaggedRevs/client/flaggedrevs.js
(modified) (
history
)
Diff
[
purge
]
Index: trunk/extensions/FlaggedRevs/client/flaggedrevs.js
—
—
@@ -219,14 +219,14 @@
220
220
if ( call ) {
221
221
call.abort();
222
222
}
223
- }
223
+ };
224
224
}
225
225
if ( nextLink ) {
226
226
nextLink.onclick = function() {
227
227
if ( call ) {
228
228
call.abort();
229
229
}
230
- }
230
+ };
231
231
}
232
232
};
233
233
Follow-up revisions
Revision
Commit summary
Author
Date
r78352
Merged
r77844
and
r77845
from trunk
pdhanda
00:29, 14 December 2010
Status & tagging log
16:18, 7 December 2010
Catrope
(
talk
|
contribs
)
changed the
status
of r77845
[
removed:
new
added:
ok]