mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-05 20:32:00 -05:00
Restructure includes.
This commit is contained in:
parent
6faf61e6ef
commit
db1ccd1d1e
1 changed files with 25 additions and 25 deletions
|
@ -129,7 +129,7 @@ var paper = new function(undefined) {
|
||||||
/*#*/ if (__options.paperScript || __options.svg) {
|
/*#*/ if (__options.paperScript || __options.svg) {
|
||||||
/*#*/ include('net/Http.js');
|
/*#*/ include('net/Http.js');
|
||||||
/*#*/ }
|
/*#*/ }
|
||||||
/*#*/ } // __options.environment == 'browser'
|
/*#*/ }
|
||||||
|
|
||||||
/*#*/ include('canvas/CanvasProvider.js');
|
/*#*/ include('canvas/CanvasProvider.js');
|
||||||
/*#*/ include('canvas/BlendMode.js');
|
/*#*/ include('canvas/BlendMode.js');
|
||||||
|
|
Loading…
Reference in a new issue