summaryrefslogtreecommitdiffstats
path: root/src/Image.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Image.js')
-rw-r--r--src/Image.js10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/Image.js b/src/Image.js
index ea46a57..f257492 100644
--- a/src/Image.js
+++ b/src/Image.js
@@ -1,10 +1,10 @@
import Shape from './Shape.js'
import Pattern from './Pattern.js'
-import {on, off} from './event.js'
-import {nodeOrNew} from './tools.js'
-import {xlink} from './namespaces.js'
-import {register} from './adopter.js'
-import {registerMethods} from './methods.js'
+import { on, off } from './event.js'
+import { nodeOrNew } from './tools.js'
+import { xlink } from './namespaces.js'
+import { register } from './adopter.js'
+import { registerMethods } from './methods.js'
export default class Image extends Shape {
constructor (node) {