Return-Path: X-Original-To: apmail-couchdb-commits-archive@www.apache.org Delivered-To: apmail-couchdb-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 910C710048 for ; Fri, 7 Mar 2014 00:19:14 +0000 (UTC) Received: (qmail 37833 invoked by uid 500); 7 Mar 2014 00:18:05 -0000 Delivered-To: apmail-couchdb-commits-archive@couchdb.apache.org Received: (qmail 37434 invoked by uid 500); 7 Mar 2014 00:17:56 -0000 Mailing-List: contact commits-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 commits@couchdb.apache.org Received: (qmail 37013 invoked by uid 99); 7 Mar 2014 00:17:47 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Mar 2014 00:17:47 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 20B6393A272; Fri, 7 Mar 2014 00:17:46 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: dch@apache.org To: commits@couchdb.apache.org Date: Fri, 07 Mar 2014 00:18:27 -0000 Message-Id: <98964c1d37b548649eab239049fdf350@git.apache.org> In-Reply-To: <9b6ec795d075458aa14b487352cd8036@git.apache.org> References: <9b6ec795d075458aa14b487352cd8036@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [44/50] [abbrv] couchdb commit: updated refs/heads/2041-update-ibrowse to 948e7d9 Turn workers back on for errors in the editors Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/72d61343 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/72d61343 Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/72d61343 Branch: refs/heads/2041-update-ibrowse Commit: 72d61343b8b6edbfea3c9412bcc9edb1c246bf34 Parents: 929b3a0 Author: suelockwood Authored: Fri Feb 28 15:38:17 2014 -0500 Committer: suelockwood Committed: Fri Feb 28 15:38:17 2014 -0500 ---------------------------------------------------------------------- src/fauxton/app/addons/fauxton/components.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/couchdb/blob/72d61343/src/fauxton/app/addons/fauxton/components.js ---------------------------------------------------------------------- diff --git a/src/fauxton/app/addons/fauxton/components.js b/src/fauxton/app/addons/fauxton/components.js index 71d78b1..0422b5a 100644 --- a/src/fauxton/app/addons/fauxton/components.js +++ b/src/fauxton/app/addons/fauxton/components.js @@ -284,7 +284,7 @@ function(app, FauxtonAPI, ace, spin) { afterRender: function () { this.editor = ace.edit(this.editorId); this.setHeightToLineCount(); - this.editor.getSession().setUseWorker(false); + this.editor.setTheme("ace/theme/" + this.theme); this.editor.getSession().setMode("ace/mode/" + this.mode);