source: js/viewer-f0/js/f0Viewer.js @ 223

Last change on this file since 223 was 223, checked in by mmichalski, 10 years ago

Load javascript files from server

File size: 620 bytes
Line 
1$LAB
2    .script("js/library/jquery-1.11.0.min.js").wait()
3    .script("js/library/jquery.comment.js")
4    .script("js/library/three.min.js")
5    .script("js/library/TrackballControls.js")
6    .script("js/library/kinetic-5.1.0.min.js")
7
8    .script("js/Structures/Model.js").wait()
9    .script("js/Structures/Part.js")
10    .script("js/Structures/Joint.js")
11    .script("js/Structures/Neuro.js")
12    .script("js/Structures/NeuroConn.js")
13
14    .script("js/graphicsEngine.js")
15    .script("js/NeuronDrawer.js")
16    .script("js/SmartLayout.js")
17    .script("js/Structures/NeuroClass.js")
18    .script("js/Viewer.js");
19
20
21
22
23
24
25
Note: See TracBrowser for help on using the repository browser.