Remove this useless assignment to local variable a

This commit is contained in:
matsutani 2016-05-20 18:50:04 +09:00
parent bb47e82a35
commit 73433a25ec

View file

@ -236,7 +236,6 @@ $.fn.suggestor = function(setting) {
listSelNum = 0;
}
var a = $boxElement.children("ol").children("li");
$boxElement.children("ol").children("li").each(function(i){
if(i === (listSelNum-1)) {
if(typeof listSelectedCssInfo === 'undefined') {