From 423130017a261075410766c4723e0efc25415bb5 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 22 Nov 2013 01:33:29 +0100 Subject: [PATCH] Remove some trailing commas, since they are bad for IE. --- www/js/remoteglot.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/www/js/remoteglot.js b/www/js/remoteglot.js index 7bd7e16..f4d37c4 100644 --- a/www/js/remoteglot.js +++ b/www/js/remoteglot.js @@ -171,7 +171,7 @@ var position_arrow = function(arrow) { lineWidth:0, strokeStyle:arrow.fg_color, outlineWidth:0, - outlineColor:"#666", + outlineColor:"#666" }, overlays : [ ["Arrow", { @@ -181,8 +181,8 @@ var position_arrow = function(arrow) { length: arrow_size, paintStyle: { lineWidth:line_width, - strokeStyle:"#000", - }, + strokeStyle:"#000" + } }] ] }); -- 2.39.2