mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-08-13 22:48:54 -04:00
Include minified version of parse-js (25kb) inside PaperScript object.
This commit is contained in:
parent
2b6dede883
commit
52ab361ed5
3 changed files with 6 additions and 0 deletions
src/util
|
@ -1,4 +1,8 @@
|
|||
var PaperScript = new function() {
|
||||
//TODO: Make sure there are all the correct copyrights for the inlined
|
||||
//parse-js:
|
||||
//#include "../../lib/parse-js-min.js"
|
||||
|
||||
// Handle Math Operators
|
||||
|
||||
var operators = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue