Ignore:
Timestamp:
02/26/14 11:19:05 (10 years ago)
Author:
mmichalski
Message:

Load NeuroClass? from f0def.xml and load correct xml from server

File:
1 edited

Legend:

Unmodified
Added
Removed
  • js/viewer-f0/js/Structures/NeuroConn.js

    r134 r143  
    55
    66NeuroConn.prototype.getDestination = function(){
     7    return parseInt(this._properties["n1"]["VALUE"]);
     8}
     9
     10NeuroConn.prototype.getSource = function(){
    711    return parseInt(this._properties["n2"]["VALUE"]);
    812}
Note: See TracChangeset for help on using the changeset viewer.