Always include Http object.

This commit is contained in:
Jürg Lehni 2015-08-21 16:38:27 +02:00
parent ec0e4fcd15
commit caf6321caf

View file

@ -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');