Use spaces inside of brackets in JavaScript
* For consistency * For MediaWiki coding conventions Change-Id: I625a8ce0119b1490073f048e1b8ad4e90762d6e2
This commit is contained in:
committed by
[[mw:User:Fomafix]]
parent
63bc85649a
commit
c329f1473d
@@ -255,7 +255,7 @@
|
||||
}
|
||||
|
||||
previousLanguages = mw.uls.getPreviousLanguages();
|
||||
previousLang = previousLanguages.slice( -1 )[0];
|
||||
previousLang = previousLanguages.slice( -1 )[ 0 ];
|
||||
|
||||
previousLanguages.push( currentLang );
|
||||
mw.uls.setPreviousLanguages( previousLanguages );
|
||||
@@ -263,7 +263,7 @@
|
||||
getUndoAutonym( previousLang ).done( function( autonym ) {
|
||||
// Attach a tipsy tooltip to the trigger
|
||||
$ulsTrigger.tipsy( {
|
||||
gravity: tipsyGravity[ulsPosition],
|
||||
gravity: tipsyGravity[ ulsPosition ],
|
||||
delayOut: 3000,
|
||||
html: true,
|
||||
fade: true,
|
||||
|
||||
Reference in New Issue
Block a user