mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Always include Http object.
This commit is contained in:
parent
ec0e4fcd15
commit
caf6321caf
1 changed files with 1 additions and 4 deletions
|
@ -117,10 +117,7 @@ var paper = new function(undefined) {
|
|||
/*#*/ include('tool/ToolEvent.js');
|
||||
/*#*/ include('tool/Tool.js');
|
||||
|
||||
// Http is used both for PaperScript and SVGImport
|
||||
/*#*/ if (__options.paperScript || __options.svg) {
|
||||
/*#*/ include('net/Http.js');
|
||||
/*#*/ }
|
||||
/*#*/ include('net/Http.js');
|
||||
/*#*/ }
|
||||
|
||||
/*#*/ include('canvas/CanvasProvider.js');
|
||||
|
|
Loading…
Reference in a new issue