Update indentation and newlines

Change-Id: Iac833df12a00949d32f2ce2fc26a657bab3d8229
This commit is contained in:
Siebrand Mazeland
2013-06-17 16:36:34 +02:00
parent 1aa4940de7
commit 1f9bf6f82c
3 changed files with 2 additions and 3 deletions

View File

@@ -277,7 +277,7 @@
var $parent = $( '#language-settings-dialog' );
// Re-position the element according to the window that called it
if ( parseInt( $parent.css( 'left' ), 10 ) ) {
this.$menu.css( 'left', $parent.css( 'left' ) );
this.$menu.css( 'left', $parent.css( 'left' ) );
}
if ( parseInt( $parent.css( 'top' ), 10 ) ) {
this.$menu.css( 'top', $parent.css( 'top' ) );

View File

@@ -96,7 +96,6 @@
return this.registry.enable;
}
}
} );
// MediaWiki specific overrides for jquery.ime

View File

@@ -355,7 +355,7 @@
var $parent = $( '#language-settings-dialog' );
// Re-position the element according to the window that called it
if ( parseInt( $parent.css( 'left' ), 10 ) ) {
this.$menu.css( 'left', $parent.css( 'left' ) );
this.$menu.css( 'left', $parent.css( 'left' ) );
}
if ( parseInt( $parent.css( 'top' ), 10 ) ) {
this.$menu.css( 'top', $parent.css( 'top' ) );