Remove unused variable
Change-Id: I41154e6c79b215945ccefe729d2a50b38d67f5c2
This commit is contained in:
@@ -158,10 +158,8 @@
|
||||
},
|
||||
|
||||
defaultSearch: function () {
|
||||
var count = getObjectLength ( this.languages );
|
||||
this.$resultsView.lcd( 'empty' );
|
||||
|
||||
// Use lazy loading only when there are 100+ languages.
|
||||
if ( this.options.lazyload ) {
|
||||
this.$regionFilters.first().regionselector( 'show' );
|
||||
} else{
|
||||
|
||||
Reference in New Issue
Block a user