r77871 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r77870‎ | r77871 | r77872 >
Date:11:07, 6 December 2010
Author:reedy
Status:ok
Tags:
Comment:
Remove a couple of commas
Modified paths:
  • /trunk/extensions/WikiEditor/modules/jquery.wikiEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/WikiEditor/modules/jquery.wikiEditor.js
@@ -244,7 +244,7 @@
245245 /// The previous historyPosition, stored to detect if change events were due to an undo or redo action
246246 'oldDelayedHistoryPosition': -1,
247247 // List of extensions active on this context
248 - 'extensions': [],
 248+ 'extensions': []
249249 };
250250
251251 /*
@@ -527,7 +527,7 @@
528528 context.savedSelection.select();
529529 context.savedSelection = null;
530530 }
531 - },
 531+ }
532532 };
533533
534534 /*

Status & tagging log