Syntax highlighting support

This commit is contained in:
Gregory Eremin
2013-07-10 19:02:19 +07:00
parent 0a455e2b3e
commit df03286266
8 changed files with 103 additions and 10 deletions
+1 -1
View File
@@ -10,6 +10,6 @@ $ ->
$contents.focus()
# Binding submit event to new button
$button.on 'click', ->
$button.on 'mouseup', ->
$form.submit()
false