summaryrefslogtreecommitdiffstats
path: root/src/Tspan.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/Tspan.js')
-rw-r--r--src/Tspan.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Tspan.js b/src/Tspan.js
index e2e14e3..677adf4 100644
--- a/src/Tspan.js
+++ b/src/Tspan.js
@@ -1,11 +1,11 @@
-import Base from './Base.js'
+import Parent from './Parent.js'
import {nodeOrNew, extend} from './tools.js'
import * as textable from './textable.js'
import {register} from './adopter.js'
import {registerMethods} from './methods.js'
import Text from './Text.js'
-export default class Tspan extends Base {
+export default class Tspan extends Parent {
// Initialize node
constructor (node) {
super(nodeOrNew('tspan', node), Tspan)