source: js/viewer-f0/js/Structures/Neuro.js @ 134

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

First version of viewer without neuron part - fix

File size: 97 bytes
Line 
1function Neuro() {
2
3}
4
5
6Neuro.prototype = new Model();
7
8Neuro.prototype.getXPos = function()
9{
10
11}
Note: See TracBrowser for help on using the repository browser.