Module: nagvis Branch: master Commit: 7aaf8fa877c8423f7a4ffdad36376a5ccc4f63f5 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=7aaf8fa877c8423f7a4ffdad36376a5ccc4f63f5
Author: LaMi <[email protected]> Date: Tue Apr 6 22:37:54 2010 +0200 Removed invalid FIXME --- share/frontend/nagvis-js/js/lines.js | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/share/frontend/nagvis-js/js/lines.js b/share/frontend/nagvis-js/js/lines.js index 99cf27b..254a142 100644 --- a/share/frontend/nagvis-js/js/lines.js +++ b/share/frontend/nagvis-js/js/lines.js @@ -260,7 +260,6 @@ function drawNagVisLine(objectId, type, x1, y1, x2, y2, z, width, colorFill, col drawArrow(objectId, type, x2, y2, xMid, yMid, z, width, colorFill2, perfdataA, perfdataB, colorBorder, bLinkArea); break; default: - // FIXME: Error handling alert('Error: Unknown line type'); } } ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
