changeset 965:2673b88d7beb

more commas
author hertzhaft
date Wed, 25 Jan 2012 17:34:15 +0100
parents 0b5fa035af30
children 7e5a84d8d251
files webapp/src/main/webapp/jquery/jquery.digilib.buttons.js webapp/src/main/webapp/jquery/jquery.digilib.js
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js	Wed Jan 25 16:41:43 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js	Wed Jan 25 17:34:15 2012 +0100
@@ -218,7 +218,7 @@
                 }
                 // persist setting
                 digilib.fn.storeOptions(data);
-            },
+            }
 
     };
 
--- a/webapp/src/main/webapp/jquery/jquery.digilib.js	Wed Jan 25 16:41:43 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.js	Wed Jan 25 17:34:15 2012 +0100
@@ -178,7 +178,7 @@
                             // let $elem have its own copy of settings
                             settings : elemSettings,
                             // and of the URL query parameters
-                            queryParams : params,
+                            queryParams : params
                     };
                     // store in jQuery data element
                     $elem.data('digilib', data);