summaryrefslogtreecommitdiff
path: root/share/www/script/jquery.couch.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/www/script/jquery.couch.js')
-rw-r--r--share/www/script/jquery.couch.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js
index 1e3e623c..2121cf0c 100644
--- a/share/www/script/jquery.couch.js
+++ b/share/www/script/jquery.couch.js
@@ -11,7 +11,7 @@
// the License.
(function($) {
- $.couch = $.couch || {}
+ $.couch = $.couch || {};
$.fn.extend($.couch, {
allDbs: function(options) {
@@ -120,7 +120,7 @@
alert("An error occurred retrieving a list of all documents: " +
resp.reason);
}
- },
+ }
});
},
openDoc: function(docId, options) {