Move browser related code to browser folder and use conditionals to not include them when producing paper.js for server.

This commit is contained in:
Jürg Lehni 2011-04-28 08:48:28 +01:00
parent b5d1662b58
commit cf79080682
3 changed files with 7 additions and 2 deletions

View file

@ -114,12 +114,17 @@ Base.inject({
//#include "tool/ToolHandler.js"
//#include "tool/Tool.js"
//#ifdef BROWSER
//#include "browser/Element.js"
//#include "browser/Event.js"
//#endif // BROWSER
//#include "util/BlendMode.js"
//#include "util/CanvasProvider.js"
//#include "util/Element.js"
//#include "util/Event.js"
//#include "util/Numerical.js"
//#include "util/PaperScript.js"
//#ifdef BROWSER
//#include "ui/Key.js"
//#endif // BROWSER
};