mirror of
https://github.com/scratchfoundation/paper.js.git
synced 2025-01-03 19:45:44 -05:00
Move View classes to their own folder.
That's not really UI.
This commit is contained in:
parent
5b71dabba2
commit
e46a1d24da
3 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue