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 @@
220220 if ( call ) {
221221 call.abort();
222222 }
223 - }
 223+ };
224224 }
225225 if ( nextLink ) {
226226 nextLink.onclick = function() {
227227 if ( call ) {
228228 call.abort();
229229 }
230 - }
 230+ };
231231 }
232232 };
233233

Follow-up revisions

RevisionCommit summaryAuthorDate
r78352Merged r77844 and r77845 from trunkpdhanda00:29, 14 December 2010

Status & tagging log