diff webapp/src/main/webapp/jquery/jquery.digilib.js @ 939:7d1df22f7514

IE chokes on the comma
author hertzhaft
date Sun, 25 Dec 2011 16:22:38 +0100
parents 065dd6895ce7
children 79cbc4694b14
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,