1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-02-26 17:03:20 +01:00
parent bfd1213152
commit 26bcd908a5
1 changed files with 1 additions and 0 deletions

View File

@ -23,6 +23,7 @@ var queryView = Backbone.View.extend({
editor.getSession().setMode("ace/mode/javascript");
editor2.getSession().setMode("ace/mode/javascript");
editor.setTheme("ace/theme/merbivore_soft");
editor.resize();
editor2.setValue('');
editor2.resize();