wip(core): Migrated to named exports only
This commit is contained in:
parent
4b12a7330c
commit
c09ae4aa69
23 changed files with 592 additions and 557 deletions
|
@ -1,4 +1,4 @@
|
|||
function Attributes() {
|
||||
export function Attributes() {
|
||||
this.list = {}
|
||||
}
|
||||
|
||||
|
@ -103,4 +103,3 @@ Attributes.prototype.clone = function () {
|
|||
return clone
|
||||
}
|
||||
|
||||
export default Attributes
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue