Skip to content

Commit

Permalink
test(tap): remove Pointer interface
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzodianni committed Apr 12, 2018
1 parent 60bc657 commit 2375d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tap.spec.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import {EventName, Pointer, tap} from '../index';
import {EventName, tap} from '../index';
import {Touch} from '../src/core/touch';

describe('tap', () => {
Expand Down

0 comments on commit 2375d01

Please sign in to comment.