changeset 957:0324b5ebc4f1

Merge with 2673b88d7beb4f6349669a15e7401974e9a30d54
author robcast
date Wed, 25 Jan 2012 17:35:23 +0100
parents 76c62d5892af (current diff) 5da8cd42f348 (diff)
children ec366487f049 37b76afa0b8a
files
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:59:06 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.buttons.js	Wed Jan 25 17:35:23 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:59:06 2012 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.js	Wed Jan 25 17:35:23 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);