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/85b4096d Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/85b4096d Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/85b4096d Branch: refs/heads/1720-move-to-backbone-1.0 Commit: 85b4096df54808b17b940f1b6fa0f817fe77f41e Parents: 85bf525 Author: Simon Metson <simon+git...@cloudant.com> Authored: Fri Mar 22 12:17:37 2013 +0000 Committer: Simon Metson <simon+git...@cloudant.com> Committed: Fri Mar 22 12:17:37 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/85b4096d/src/fauxton/app/app.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/app.js b/src/fauxton/app/app.js index e1e6fd0..00497d3 100644 --- a/src/fauxton/app/app.js +++ b/src/fauxton/app/app.js @@ -28,7 +28,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,