From 06384a02e4ad6de1fda48c6e3fa9ba3e0020f64a Mon Sep 17 00:00:00 2001 From: Santhosh Thottingal Date: Thu, 8 Nov 2012 15:04:06 +0530 Subject: [PATCH] Remove unused variable Change-Id: I41154e6c79b215945ccefe729d2a50b38d67f5c2 --- src/jquery.uls.core.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/jquery.uls.core.js b/src/jquery.uls.core.js index 7cf1619..368ce48 100644 --- a/src/jquery.uls.core.js +++ b/src/jquery.uls.core.js @@ -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{