Remove this useless assignment to local variable a
This commit is contained in:
parent
bb47e82a35
commit
73433a25ec
1 changed files with 0 additions and 1 deletions
|
@ -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') {
|
||||
|
|
Loading…
Add table
Reference in a new issue