changeset 939:7d1df22f7514

IE chokes on the comma
author hertzhaft
date Sun, 25 Dec 2011 16:22:38 +0100
parents 0ba8358e2198
children 6b49f78ccfd8
files webapp/src/main/webapp/jquery/jquery.digilib.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.js	Thu Dec 22 15:17:14 2011 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.js	Sun Dec 25 16:22:38 2011 +0100
@@ -254,7 +254,7 @@
                 'specialSet' : ["mark","delmark","hmir","vmir","rot","brgt","cont","rgb","quality","scale","lessoptions"],
                 'arrowSet' : ["up", "down", "left", "right"],
                 'buttonSets' : ['standardSet', 'specialSet']
-                },
+                }
         },
         // arrow bar overlays for moving the zoomed area
         'showZoomArrows' : true,