mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-23 07:49:48 -05:00
Fix newly introduced error.
This commit is contained in:
parent
897e00fee5
commit
185a7f15ac
1 changed files with 2 additions and 2 deletions
|
@ -78,9 +78,9 @@ var sources = [
|
||||||
|
|
||||||
'src/util/CanvasProvider.js',
|
'src/util/CanvasProvider.js',
|
||||||
'src/util/Numerical.js',
|
'src/util/Numerical.js',
|
||||||
'src/util/BlendMode.js'
|
'src/util/BlendMode.js',
|
||||||
|
|
||||||
'src/core/PaperScript.js',
|
'src/core/PaperScript.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
// Load unit tests after library if asked to do so
|
// Load unit tests after library if asked to do so
|
||||||
|
|
Loading…
Reference in a new issue