Skip to content

Commit

Permalink
the bug that fixed itself
Browse files Browse the repository at this point in the history
  • Loading branch information
msuarz committed Oct 14, 2012
1 parent 3684f76 commit 965ce51
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/readers/doc.coffee
Expand Up @@ -15,7 +15,6 @@ class @Doc
code: (doc) -> code: (doc) ->
return doc unless @opt.code_block? return doc unless @opt.code_block?
code = '' code = ''
@opt.code_block.exec doc
while (match = @opt.code_block.exec doc)? while (match = @opt.code_block.exec doc)?
code += match[1] + @opt.line_break code += match[1] + @opt.line_break
code code
Expand Down

0 comments on commit 965ce51

Please sign in to comment.