diff webapp/src/main/webapp/jquery/jquery.digilib.js @ 965:2673b88d7beb

more commas
author hertzhaft
date Wed, 25 Jan 2012 17:34:15 +0100
parents e9e50df87c9a
children 665fd0e912f9
line wrap: on
line diff
--- 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);