Skip to content
Snippets Groups Projects
Unverified Commit 95fa9288 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Remove debug stmt

parent 1482f364
No related branches found
No related tags found
No related merge requests found
export default function tooltip (el, binding) {
// TODO: get rid of global dependencies
console.info('TOOLTIP', el, binding);
$(el).tooltip(binding.value);
};
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment