Return-Path: X-Original-To: apmail-couchdb-dev-archive@www.apache.org Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD267CF59 for ; Thu, 25 Dec 2014 16:12:46 +0000 (UTC) Received: (qmail 12110 invoked by uid 500); 25 Dec 2014 16:12:46 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 12037 invoked by uid 500); 25 Dec 2014 16:12:46 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 12018 invoked by uid 99); 25 Dec 2014 16:12:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Dec 2014 16:12:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 44B72A38812; Thu, 25 Dec 2014 16:12:44 +0000 (UTC) From: robertkowalski To: dev@couchdb.apache.org Reply-To: dev@couchdb.apache.org References: In-Reply-To: Subject: [GitHub] couchdb-fauxton pull request: Update full page document editor Content-Type: text/plain Message-Id: <20141225161244.44B72A38812@tyr.zones.apache.org> Date: Thu, 25 Dec 2014 16:12:44 +0000 (UTC) Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/204#discussion_r22274235 --- Diff: app/addons/documents/routes-doc-editor.js --- @@ -12,22 +12,22 @@ define([ "app", - "api", // Modules - //views + "addons/documents/helpers", "addons/documents/views", "addons/documents/views-doceditor", "addons/databases/base" ], -function(app, FauxtonAPI, Documents, DocEditor, Databases) { +function(app, FauxtonAPI, Helpers, Documents, DocEditor, Databases) { + var DocEditorRouteObject = FauxtonAPI.RouteObject.extend({ - layout: "one_pane", + layout: 'doc_editor', --- End diff -- please separate styling-commits from feature-commits, there is a lot of diff noise that makes it hard to review. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. ---