diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-26 22:47:27 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-26 22:47:27 +0100 |
commit | aaefd015deaea6e49c32311e0dc76286662408fd (patch) | |
tree | 678da8ab7cbbf17efc928fa65f3aa0d391784b9f /src/elements | |
parent | de0f73565ad1d30e6cd772f6bdae0cbee795d66e (diff) | |
download | svg.js-aaefd015deaea6e49c32311e0dc76286662408fd.tar.gz svg.js-aaefd015deaea6e49c32311e0dc76286662408fd.zip |
fix bugs in runner, fix imports
Diffstat (limited to 'src/elements')
-rw-r--r-- | src/elements/Dom.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elements/Dom.js b/src/elements/Dom.js index 5d7dbac..f6e72c9 100644 --- a/src/elements/Dom.js +++ b/src/elements/Dom.js @@ -7,7 +7,7 @@ import { makeNode, register } from '../utils/adopter.js' -import { find } from '../modules/core/selector' +import { find } from '../modules/core/selector.js' import { globals } from '../utils/window.js' import { map } from '../utils/utils.js' import { ns } from '../modules/core/namespaces.js' |