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:
Jürg Lehni 2014-10-08 15:55:12 +02:00
parent a457228846
commit 3c8331a94e

View file

@ -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,