fuuu ui bug

This commit is contained in:
Chris Wanstrath
2011-08-27 04:13:32 -07:00
parent cfbe347eb7
commit 80c643b136

View File

@@ -18,10 +18,10 @@ HTMLMode = require("ace/mode/html").Mode
editor.getSession().setMode new JavaScriptMode
editor.getSession().setUseSoftTabs true
editor.getSession().setTabSize 2
editor.focus()
# fuuuuu, ui bug
setTimeout ->
editor.focus()
editor.resize()
, 50