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 2014/02/19 15:48:02 UTC

[05/23] couchdb commit: updated refs/heads/paginate-api-options to 0fca3e9

Fauxton: file name correction


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

Branch: refs/heads/paginate-api-options
Commit: 6151c588245cd692b05d5bfc82db461b96ad94bc
Parents: c6c3794
Author: Garren Smith <ga...@gmail.com>
Authored: Thu Feb 13 16:37:39 2014 +0200
Committer: Garren Smith <ga...@gmail.com>
Committed: Thu Feb 13 16:37:39 2014 +0200

----------------------------------------------------------------------
 src/fauxton/app/app.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/6151c588/src/fauxton/app/app.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/app.js b/src/fauxton/app/app.js
index 521ad6c..3ec2c99 100644
--- a/src/fauxton/app/app.js
+++ b/src/fauxton/app/app.js
@@ -24,7 +24,7 @@ define([
   "core/utils",
   // Modules
   "core/api",
-  "core/couchdbsession",
+  "core/couchdbSession",
   // Plugins.
   "plugins/backbone.layoutmanager",
   "plugins/jquery.form"