diff options
author | Jan Lehnardt <jan@apache.org> | 2011-09-15 16:40:47 +0000 |
---|---|---|
committer | Jan Lehnardt <jan@apache.org> | 2011-09-15 16:40:47 +0000 |
commit | 22e1994d007fb417f198bb36d05b8d69bc6ac905 (patch) | |
tree | 434af7c3a73c51b4207c22342a21d04bfff18225 /share/www/script/futon.browse.js | |
parent | 9d93a3ee880bc1a64e9c3e6141c517ed4295661c (diff) |
remove trailing comma
git-svn-id: https://svn.apache.org/repos/asf/couchdb/branches/1.1.x@1171170 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'share/www/script/futon.browse.js')
-rw-r--r-- | share/www/script/futon.browse.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/share/www/script/futon.browse.js b/share/www/script/futon.browse.js index 56435ae4..651fad69 100644 --- a/share/www/script/futon.browse.js +++ b/share/www/script/futon.browse.js @@ -1275,8 +1275,7 @@ return false; }).prependTo($("a", li)); } - }, - + } }); function encodeAttachment(name) { |