moving things around to be a bit saner

This commit is contained in:
Kevin Dangoor 2011-01-12 15:49:18 -05:00
commit e99c796e73
4 changed files with 1 additions and 12041 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -62,6 +62,7 @@ var ace = {
el.innerHTML = '';
doc.setMode(new JavaScriptMode());
doc.setUndoManager(new UndoManager());
env.document = doc;
env.editor = new Editor(new Renderer(el, theme));
env.editor.setDocument(doc);
env.editor.resize();