Skip to content

Commit

Permalink
prettify text too
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed Feb 28, 2012
1 parent 73e0cac commit 8ec122c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dt-stream.coffee
Expand Up @@ -44,7 +44,7 @@ streamify = (tpl) ->

tpl.on 'text', (el, text) ->
delay.call el, ->
write text
write prettify el, text

tpl.on 'raw', (el, html) ->
delay.call el, ->
Expand Down

0 comments on commit 8ec122c

Please sign in to comment.