Commit 77ee1428 authored by Luke Bennett's avatar Luke Bennett

Lint fix

parent 60432a4a
import $ from 'jquery'; import $ from 'jquery';
import _ from 'underscore';
import { import {
getSelector, getSelector,
togglePopover, togglePopover,
......
...@@ -31,4 +31,4 @@ export function mouseenter() { ...@@ -31,4 +31,4 @@ export function mouseenter() {
export function debouncedMouseleave(debounceTimeout = 300) { export function debouncedMouseleave(debounceTimeout = 300) {
return debounce(mouseleave, debounceTimeout); return debounce(mouseleave, debounceTimeout);
} }
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment