You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by ga...@apache.org on 2013/10/16 15:27:06 UTC

[3/3] git commit: updated refs/heads/1809-compact-and-clean to 6f9661e

improvements


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/6f9661e7
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/6f9661e7
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/6f9661e7

Branch: refs/heads/1809-compact-and-clean
Commit: 6f9661e7fadeb329736c09b517d394d3ac52064c
Parents: 1ca8d09
Author: Garren Smith <ga...@gmail.com>
Authored: Wed Oct 16 15:26:48 2013 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Wed Oct 16 15:26:48 2013 +0200

----------------------------------------------------------------------
 src/fauxton/app/addons/compaction/resources.js | 2 +-
 src/fauxton/app/addons/compaction/views.js     | 5 -----
 2 files changed, 1 insertion(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6f9661e7/src/fauxton/app/addons/compaction/resources.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/compaction/resources.js b/src/fauxton/app/addons/compaction/resources.js
index b6fa4bc..e7c97cf 100644
--- a/src/fauxton/app/addons/compaction/resources.js
+++ b/src/fauxton/app/addons/compaction/resources.js
@@ -32,7 +32,7 @@ function (app, FauxtonAPI) {
       contentType: 'application/json',
       type: 'POST'
     });
-  }
+  };
 
   return Compaction;
 });

http://git-wip-us.apache.org/repos/asf/couchdb/blob/6f9661e7/src/fauxton/app/addons/compaction/views.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/addons/compaction/views.js b/src/fauxton/app/addons/compaction/views.js
index 457e5f6..ff6037a 100644
--- a/src/fauxton/app/addons/compaction/views.js
+++ b/src/fauxton/app/addons/compaction/views.js
@@ -14,7 +14,6 @@ define([
        "app",
 
        "api",
-
        // Modules
        "addons/compaction/resources"
 ],
@@ -84,11 +83,7 @@ function (app, FauxtonAPI, Compaction) {
         enableButton('#cleanup-views', 'Run');
       });
     }
-
-
   });
 
-
-
   return Compaction;
 });