Module: nagvis Branch: master Commit: 9d4ebeee333e92461e594c69d345672b3d0d25d5 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=9d4ebeee333e92461e594c69d345672b3d0d25d5
Author: LaMi <[email protected]> Date: Tue Jan 5 10:03:47 2010 +0100 Fixed line rendering in IE --- 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 2c002a7..1dedd7e 100644 --- a/share/frontend/nagvis-js/js/lines.js +++ b/share/frontend/nagvis-js/js/lines.js @@ -77,7 +77,6 @@ function drawPolygonBasedObject(objectId, xCoord, yCoord, z, w, colorFill, color // than using the jsGraphics library var oCanvas = document.createElement('canvas'); if(oCanvas.getContext) { - var oLineContainer = document.getElementById(objectId+'-line'); // Draw the line ------------------------------------------------------------------------------ This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join now and get one step closer to millions of Verizon customers http://p.sf.net/sfu/verizon-dev2dev _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
