Update indentation and newlines
Change-Id: Iac833df12a00949d32f2ce2fc26a657bab3d8229
This commit is contained in:
@@ -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' ) );
|
||||
|
||||
Reference in New Issue
Block a user