Skip to content

Instantly share code, notes, and snippets.

@rainhead
Created February 11, 2011 20:43
Show Gist options
  • Save rainhead/822988 to your computer and use it in GitHub Desktop.
Save rainhead/822988 to your computer and use it in GitHub Desktop.
selector = this._selector = new BACON.ContactSelector({
boundingBox: container.one('.q_aclist'),
contentBox: container.one('.q_aclist_content'),
inputNode: input,
render: container
});
selector.after('hoveredItemChange', function (evt) {
selector.set('activeItem', evt.newVal);
}, this);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment