mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-19 06:00:56 -05:00
No longer export DomElement and DomEvent.
These are undocumented and meant to be private. They may change a lot still.
This commit is contained in:
parent
a457228846
commit
3c8331a94e
1 changed files with 0 additions and 3 deletions
|
@ -23,8 +23,6 @@ paper = new (PaperScope.inject(Base.exports, {
|
|||
enumerable: true,
|
||||
Base: Base,
|
||||
Numerical: Numerical,
|
||||
DomElement: DomElement,
|
||||
DomEvent: DomEvent,
|
||||
Http: Http,
|
||||
Key: Key
|
||||
}))();
|
||||
|
@ -50,7 +48,6 @@ paper = new (PaperScope.inject(Base.exports, {
|
|||
enumerable: true,
|
||||
Base: Base,
|
||||
Numerical: Numerical,
|
||||
DomElement: DomElement,
|
||||
// Export dom/node.js stuff too
|
||||
XMLSerializer: XMLSerializer,
|
||||
DOMParser: DOMParser,
|
||||
|
|
Loading…
Reference in a new issue