Move View classes to their own folder.

That's not really UI.
This commit is contained in:
Jürg Lehni 2014-10-04 16:51:58 +02:00
parent 5b71dabba2
commit e46a1d24da
3 changed files with 2 additions and 2 deletions

View file

@ -108,8 +108,8 @@ var paper = new function(undefined) {
/*#*/ include('dom/DomEvent.js');
/*#*/ }
/*#*/ include('ui/View.js');
/*#*/ include('ui/CanvasView.js');
/*#*/ include('view/View.js');
/*#*/ include('view/CanvasView.js');
/*#*/ if (__options.environment == 'browser') {
/*#*/ include('ui/Event.js');