mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-07-30 15:49:50 -04:00
Do not export paper.load() any more.
Use paper.PaperScript.load() instead.
This commit is contained in:
parent
1ee29d56ac
commit
bd62b4b819
2 changed files with 1 additions and 4 deletions
src/core
|
@ -322,6 +322,3 @@ var PaperScript = this.PaperScript = new function() {
|
|||
|
||||
/*#*/ } // !options.browser
|
||||
};
|
||||
|
||||
// Export load directly:
|
||||
this.load = PaperScript.load;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue