No longer need this.

This commit is contained in:
Jake Archibald
2018-10-28 15:54:55 +00:00
parent 849441f23a
commit 85323dff87

View File

@@ -1,6 +1,6 @@
import { bind } from '../../lib/initial-util'; import { bind } from '../../lib/initial-util';
import * as style from './styles.css'; import * as style from './styles.css';
import { PointerTracker, Pointer } from '../../lib/PointerTracker'; import { PointerTracker } from '../../lib/PointerTracker';
const RETARGETED_EVENTS = ['focus', 'blur']; const RETARGETED_EVENTS = ['focus', 'blur'];
const UPDATE_EVENTS = ['input', 'change']; const UPDATE_EVENTS = ['input', 'change'];