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/9d75915e Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/9d75915e Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/9d75915e Branch: refs/heads/route-events Commit: 9d75915eedcb0b71cc8ae321f77e50023fe04c07 Parents: f84a5ee Author: Simon Metson <[email protected]> Authored: Thu Apr 4 13:08:19 2013 +0100 Committer: Garren Smith <[email protected]> Committed: Thu May 9 09:59:56 2013 +0200 ---------------------------------------------------------------------- src/fauxton/app/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/9d75915e/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,
