r78836 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r78835‎ | r78836 | r78837 >
Date:21:23, 22 December 2010
Author:neilk
Status:deferred
Tags:
Comment:
removing trailing commas, IE hates these
Modified paths:
  • /trunk/extensions/UploadWizard/resources/mw.UploadWizard.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UploadWizard/resources/mw.UploadWizard.js
@@ -535,7 +535,7 @@
536536 // and none of the textfield-like input
537537 this.$fileInputCtrl.css( {
538538 'margin-left': '-' + ~~( this.$fileInputCtrl.width() - $covered.outerWidth() - 10 ) + 'px',
539 - 'margin-top' : '-' + ~~( this.$fileInputCtrl.height() - $covered.outerHeight() - 10 ) + 'px',
 539+ 'margin-top' : '-' + ~~( this.$fileInputCtrl.height() - $covered.outerHeight() - 10 ) + 'px'
540540 } );
541541
542542
@@ -898,7 +898,7 @@
899899 showAnim: 'slideDown',
900900 altField: '#' + dateInputId,
901901 altFormat: 'yy-mm-dd',
902 - minDate: new Date( 1800, 0, 1 ),
 902+ minDate: new Date( 1800, 0, 1 )
903903 } )
904904 .click( function() { $j( this ).datepicker( 'show' ); } )
905905 .readonly();

Status & tagging log