Go to the documentation of this file. 4 elgg.provide(
'elgg.autocomplete');
9 elgg.autocomplete.init =
function() {
11 source:
elgg.autocomplete.url,
18 results:
function() {}
23 elgg.register_hook_handler(
'init',
'system',
elgg.autocomplete.init);