From: Steinar H. Gunderson Date: Fri, 22 Nov 2013 00:33:29 +0000 (+0100) Subject: Remove some trailing commas, since they are bad for IE. X-Git-Url: https://git.sesse.net/?p=remoteglot;a=commitdiff_plain;h=423130017a261075410766c4723e0efc25415bb5 Remove some trailing commas, since they are bad for IE. --- 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" + } }] ] });