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