iVis-at-Bilkent / sbgnviz.js

A web based visualization tool for process description maps in SBGN
http://www.cs.bilkent.edu.tr/~ivis/SBGNViz_sample_app/
GNU Lesser General Public License v3.0
35 stars 14 forks source link

Undefined object #161

Closed IgorRodchenkov closed 8 years ago

IgorRodchenkov commented 8 years ago

There are several calls to (undefined) inspectorUtilities.handleSBGNInspector() in e.g., general-action-functions.js

According to this document, these should have been removed.

istemi-bahceci commented 8 years ago

@metincansiper any comments on this ?

IgorRodchenkov commented 8 years ago

Remark: inspectorUtilities object does not exist there in the sbgnviz viewer app; it's seems ok to remove/comment those (obsolete) lines that mention it.

metincansiper commented 8 years ago

@IgorRodchenkov I think that you are right. There is no inspector in SBGN Viewer. I removed the related lines in unstable branch.

ugurdogrusoz commented 8 years ago

@IgorRodchenkov Could you confirm and close this issues?