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/Query-Options-UI Commit: 72d61343b8b6edbfea3c9412bcc9edb1c246bf34 Parents: 929b3a0 Author: suelockwood <[email protected]> Authored: Fri Feb 28 15:38:17 2014 -0500 Committer: suelockwood <[email protected]> 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);
