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/svg.js | |
parent | de0f73565ad1d30e6cd772f6bdae0cbee795d66e (diff) | |
download | svg.js-aaefd015deaea6e49c32311e0dc76286662408fd.tar.gz svg.js-aaefd015deaea6e49c32311e0dc76286662408fd.zip |
fix bugs in runner, fix imports
Diffstat (limited to 'src/svg.js')
-rw-r--r-- | src/svg.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,5 +1,5 @@ import * as svgMembers from './main.js' -import { makeInstance } from './utils/adopter' +import { makeInstance } from './utils/adopter.js' // The main wrapping element export default function SVG (element) { |