mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-20 22:39:50 -05:00
Fix location of browser related files in load.js.
This commit is contained in:
parent
037adc074d
commit
3916db4eb8
1 changed files with 3 additions and 2 deletions
|
@ -64,10 +64,11 @@ var sources = [
|
|||
'src/tool/ToolHandler.js',
|
||||
'src/tool/Tool.js',
|
||||
|
||||
'src/browser/Element.js',
|
||||
'src/browser/Event.js',
|
||||
|
||||
'src/util/BlendMode.js',
|
||||
'src/util/CanvasProvider.js',
|
||||
'src/util/Element.js',
|
||||
'src/util/Event.js',
|
||||
'src/util/Numerical.js',
|
||||
'src/util/PaperScript.js',
|
||||
|
||||
|
|
Loading…
Reference in a new issue