Remove unused variable

Change-Id: I41154e6c79b215945ccefe729d2a50b38d67f5c2
This commit is contained in:
Santhosh Thottingal
2012-11-08 15:04:06 +05:30
parent 2c9a2b6517
commit 06384a02e4

View File

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