Remove this useless assignment to local variable

This commit is contained in:
matsutani 2016-05-24 00:23:43 +09:00
parent 1cdd86952a
commit de8fc6d45f
2 changed files with 1 additions and 2 deletions

View file

@ -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);

View file

@ -119,7 +119,6 @@ $.fn.suggestor = function(setting) {
var hits = obj.response.result.hits;
var suggestor = this;
var addCount = 0;
listNum = 0;