diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/www/script/jquery.couch.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/www/script/jquery.couch.js b/share/www/script/jquery.couch.js index 5a9541ba..41a8f05e 100644 --- a/share/www/script/jquery.couch.js +++ b/share/www/script/jquery.couch.js @@ -476,6 +476,7 @@ } function fullCommit(options) { + var options = options || {}; if (typeof options.ensure_full_commit !== "undefined") { var commit = options.ensure_full_commit; delete options.ensure_full_commit; |