aboutsummaryrefslogtreecommitdiffstats
path: root/src/types/Box.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/types/Box.js')
-rw-r--r--src/types/Box.js5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/types/Box.js b/src/types/Box.js
index d2ddcdd..3df1367 100644
--- a/src/types/Box.js
+++ b/src/types/Box.js
@@ -1,6 +1,7 @@
import { delimiter } from '../modules/core/regex.js'
-import { registerMethods } from '../utils/methods.js'
import { globals } from '../utils/window.js'
+import { register } from '../utils/adopter.js'
+import { registerMethods } from '../utils/methods.js'
import Point from './Point.js'
import parser from '../modules/core/parser.js'
@@ -152,3 +153,5 @@ registerMethods({
}
}
})
+
+register(Box)