Skip to content

Commit

Permalink
+
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorNovozhilov committed Jul 30, 2021
1 parent 581c59c commit 3e2572f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions @notml/core/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,7 @@ import { OOMElement } from './lib/factory.js'
import { extendsCustomElement } from './lib/custom-elements.js'

const oomOrigin = Object.assign(Object.create(null), {
extends: extendsCustomElement,
update: (...args) => {
OOMElement.update(...args)

return oom
}
extends: extendsCustomElement
})


Expand Down

0 comments on commit 3e2572f

Please sign in to comment.