Skip to content

Commit

Permalink
fix: remove circular dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
zengyue committed Nov 20, 2020
1 parent 4c8a9f3 commit 3817e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/util/dom.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { isFunction, isNumber } from './common';
import { isFunction, isNumber } from '@antv/util';

/**
* Detects support for options object argument in addEventListener.
Expand Down

0 comments on commit 3817e75

Please sign in to comment.