Remove this useless assignment to local variable
This commit is contained in:
parent
1cdd86952a
commit
de8fc6d45f
2 changed files with 1 additions and 2 deletions
|
@ -56,7 +56,7 @@ $(function() {
|
|||
|
||||
$result.on('mouseover', 'a.link', function(e) {
|
||||
var docId = $(this).attr('data-id'), rt = $('#rt').val(), url = $(
|
||||
this).attr('href'), queryId = $queryId.val(), buf = [];
|
||||
this).attr('href'), buf = [];
|
||||
buf.push(contextPath);
|
||||
buf.push('/go/?rt=');
|
||||
buf.push(rt);
|
||||
|
|
|
@ -119,7 +119,6 @@ $.fn.suggestor = function(setting) {
|
|||
|
||||
var hits = obj.response.result.hits;
|
||||
var suggestor = this;
|
||||
var addCount = 0;
|
||||
|
||||
|
||||
listNum = 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue