This commit is contained in:
Luke Bennett 2018-03-27 16:15:18 +01:00
parent 60432a4a78
commit 77ee14280e
No known key found for this signature in database
GPG key ID: A738E9C68D3BF31A
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
import $ from 'jquery';
import _ from 'underscore';
import {
getSelector,
togglePopover,

View file

@ -31,4 +31,4 @@ export function mouseenter() {
export function debouncedMouseleave(debounceTimeout = 300) {
return debounce(mouseleave, debounceTimeout);
}
}