You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
207 B
31 lines
207 B
|
6 years ago
|
# Code Structure Of Mindmap #
|
||
|
|
|
||
|
|
## Model ##
|
||
|
|
|
||
|
|
mapmanager.js
|
||
|
|
|
||
|
|
-------------
|
||
|
|
|
||
|
|
## View ##
|
||
|
|
|
||
|
|
window.js
|
||
|
|
|
||
|
|
toolbar.js
|
||
|
|
|
||
|
|
menu.js
|
||
|
|
|
||
|
|
map.js
|
||
|
|
|
||
|
|
node.js
|
||
|
|
|
||
|
|
caption.js
|
||
|
|
|
||
|
|
branch.js
|
||
|
|
|
||
|
|
-----------
|
||
|
|
|
||
|
|
## Controller ##
|
||
|
|
|
||
|
|
command.js
|
||
|
|
|
||
|
|
app.js
|