From 4b66101755be40fa34beca17a7cdc5ed9b996b09 Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Fri, 2 Sep 2011 19:28:05 -0700 Subject: [PATCH] just adding the editor pane statically --- src/editor.coffee | 2 -- static/index.html | 3 +++ 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/editor.coffee b/src/editor.coffee index 6225d8296..73b657485 100644 --- a/src/editor.coffee +++ b/src/editor.coffee @@ -8,8 +8,6 @@ _ = require 'underscore' ace = require 'ace/ace' canon = require 'pilot/canon' -Chrome.addPane 'main', '
' - exports.ace = editor = ace.edit "editor" editor.setTheme require "ace/theme/twilight" editor.getSession().setUseSoftTabs true diff --git a/static/index.html b/static/index.html index b445a4716..213c91d73 100644 --- a/static/index.html +++ b/static/index.html @@ -59,6 +59,9 @@
+
+
+