jscs: "var\t" -> "var "

Only 2 hits.

Change-Id: Ie8c5c39a49f620891bae8582dcc0d2f151e50e21
This commit is contained in:
Timo Tijhof 2013-12-04 21:06:19 +01:00
parent aff527a20b
commit 68cf65844e
2 changed files with 2 additions and 2 deletions

View file

@ -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();

View file

@ -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 ) {