mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Do not export internal Http module.
This commit is contained in:
parent
3c8331a94e
commit
8983953ccc
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ paper = new (PaperScope.inject(Base.exports, {
|
||||||
enumerable: true,
|
enumerable: true,
|
||||||
Base: Base,
|
Base: Base,
|
||||||
Numerical: Numerical,
|
Numerical: Numerical,
|
||||||
Http: Http,
|
|
||||||
Key: Key
|
Key: Key
|
||||||
}))();
|
}))();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue