aboutsummaryrefslogtreecommitdiffstats
path: root/src/attr.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/attr.js')
-rw-r--r--src/attr.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/attr.js b/src/attr.js
index 23baf51..c44fa68 100644
--- a/src/attr.js
+++ b/src/attr.js
@@ -3,7 +3,7 @@ import {attrs as defaults} from './defaults.js'
import Color from './Color.js'
import SVGArray from './SVGArray.js'
import SVGNumber from './SVGNumber.js'
-import {registerMethods} from './methods.js'
+//import {registerMethods} from './methods.js'
// Set svg element attribute
export default function attr (attr, val, ns) {
@@ -80,4 +80,4 @@ export default function attr (attr, val, ns) {
return this
}
-registerMethods('Element', {attr})
+//registerMethods('Element', {attr})