You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by me...@apache.org on 2013/03/28 23:44:47 UTC

[06/10] git commit: updated refs/heads/1720-move-to-backbone-1.0 to 5fcc173

layout manager migration

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

Branch: refs/heads/1720-move-to-backbone-1.0
Commit: 687b74b4bab7b5092bd4ab6c8c4708f004c6437a
Parents: 1c601bb
Author: Simon Metson <si...@cloudant.com>
Authored: Wed Mar 20 13:45:54 2013 +0000
Committer: Simon Metson <me...@apache.org>
Committed: Thu Mar 28 12:23:11 2013 +0000

----------------------------------------------------------------------
 src/fauxton/app/app.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/687b74b4/src/fauxton/app/app.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/app.js b/src/fauxton/app/app.js
index ffd2227..5046096 100644
--- a/src/fauxton/app/app.js
+++ b/src/fauxton/app/app.js
@@ -30,7 +30,7 @@ function($, _, Backbone, Helpers) {
   var JST = window.JST = window.JST || {};
 
   // Configure LayoutManager with Backbone Boilerplate defaults.
-  Backbone.LayoutManager.configure({
+  Backbone.Layout.configure({
     // Allow LayoutManager to augment Backbone.View.prototype.
     manage: true,