MCPcopy Create free account
hub / github.com/cnodejs/nodeclub / stop

Function stop

public/javascripts/google_search_preview.js:31–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected