mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
jscs: "var\t" -> "var "
Only 2 hits. Change-Id: Ie8c5c39a49f620891bae8582dcc0d2f151e50e21
This commit is contained in:
parent
aff527a20b
commit
68cf65844e
|
@ -157,7 +157,7 @@ ve.ui.MWMediaSearchWidget.prototype.onMediaQueryDone = function ( source, data )
|
|||
return;
|
||||
}
|
||||
|
||||
var page, title,
|
||||
var page, title,
|
||||
items = [],
|
||||
pages = data.query.pages,
|
||||
value = this.query.getValue();
|
||||
|
|
|
@ -243,7 +243,7 @@ ve.dm.InternalList.prototype.convertToData = function ( converter, doc ) {
|
|||
* and the new item's index within the list
|
||||
*/
|
||||
ve.dm.InternalList.prototype.getItemInsertion = function ( groupName, key, data ) {
|
||||
var tx, itemData,
|
||||
var tx, itemData,
|
||||
index = this.getKeyIndex( groupName, key );
|
||||
|
||||
if ( index === undefined ) {
|
||||
|
|
Loading…
Reference in a new issue