mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-06-08 11:14:15 -04:00
We need the paper object before including utils.
This commit is contained in:
parent
819c1c098c
commit
91919987a6
1 changed files with 2 additions and 2 deletions
|
@ -24,6 +24,8 @@ var sources = [
|
|||
'lib/parse-js.js',
|
||||
'lib/stats.js',
|
||||
|
||||
'src/paper.js',
|
||||
|
||||
'src/browser/Element.js',
|
||||
'src/browser/Event.js',
|
||||
|
||||
|
@ -32,8 +34,6 @@ var sources = [
|
|||
'src/util/PaperScript.js',
|
||||
'src/util/BlendMode.js',
|
||||
|
||||
'src/paper.js',
|
||||
|
||||
'src/basic/Point.js',
|
||||
'src/basic/Size.js',
|
||||
'src/basic/Rectangle.js',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue