()
| 29 | }); |
| 30 | }; |
| 31 | var stop = function () { |
| 32 | clearInterval(id); |
| 33 | $list.slideUp(500); |
| 34 | }; |
| 35 | var $in = $('input#q'); |
| 36 | $in.attr('autocomplete', 'off'); |
| 37 | $in.focusin(start).focusout(stop); |
nothing calls this directly
no outgoing calls
no test coverage detected