r98858 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r98857‎ | r98858 | r98859 >
Date:14:35, 4 October 2011
Author:catrope
Status:ok
Tags:
Comment:
RL2: Fix typo in r98837
Modified paths:
  • /branches/RL2/extensions/Gadgets/modules/ext.gadgets.gadgetmanager.js (modified) (history)

Diff [purge]

Index: branches/RL2/extensions/Gadgets/modules/ext.gadgets.gadgetmanager.js
@@ -362,7 +362,7 @@
363363 return;
364364 }
365365
366 - // Auto-correct trim if needed (leading/tailing spaces are invalid)
 366+ // Auto-correct trim if needed (leading/trailing spaces are invalid)
367367 // No need to raise errors just for that.
368368 if ( $.trim( val ) !== val ) {
369369 val = $.trim( val );

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r98837[RL2] Implement "create" mode...krinkle00:00, 4 October 2011

Status & tagging log