${data.title}
/* Sir Trevor BrowseGroupCategories */ import Core from 'spotlight/core' SirTrevor.Blocks.BrowseGroupCategories = (function(){ return Core.Block.Resources.extend({ type: "browse_group_categories", icon_name: "browse", bloodhoundOptions: function() { var that = this; return { prefetch: { url: this.autocomplete_url(), ttl: 0, filter: function(response) { // Let the dom know that the response has been returned $(that.inner).attr('data-browse-groups-fetched', true); return response; } } }; }, autocomplete_control: function() { return `` }, autocomplete_template: function(obj) { return `