source: js/viewer-f0/js/Structures/NeuroConn.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: 166 bytes
Line 
1function NeuroConn() {
2}
3
4NeuroConn.prototype = new Model();
5
6NeuroConn.prototype.getDestination = function(){
7    return parseInt(this._properties["n2"]["VALUE"]);
8}
Note: See TracBrowser for help on using the repository browser.