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/dce059ed Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/dce059ed Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/dce059ed
Branch: refs/heads/1720-move-to-backbone-1.0 Commit: dce059ed9e2bee584030074cdd1960658d0c3ad4 Parents: 9f45f64 Author: Simon Metson <[email protected]> Authored: Wed Mar 20 13:45:54 2013 +0000 Committer: Simon Metson <[email protected]> Committed: Thu Mar 28 08:43:40 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/dce059ed/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,
