Lint fix
This commit is contained in:
parent
60432a4a78
commit
77ee14280e
2 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,4 @@
|
|||
import $ from 'jquery';
|
||||
import _ from 'underscore';
|
||||
import {
|
||||
getSelector,
|
||||
togglePopover,
|
||||
|
|
|
@ -31,4 +31,4 @@ export function mouseenter() {
|
|||
|
||||
export function debouncedMouseleave(debounceTimeout = 300) {
|
||||
return debounce(mouseleave, debounceTimeout);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue