Skip to content

Commit

Permalink
discard unnecessary arg.
Browse files Browse the repository at this point in the history
  • Loading branch information
donpark committed Aug 9, 2011
1 parent 8215b86 commit 471c33b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/html2jade.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class Helper
output.leave()


writeText: (node, output, pipe = true, trim = true, wrap = true, escapeFirstChar = false) ->
writeText: (node, output, pipe = true, trim = true, wrap = true) ->
if node.nodeType is 3
data = node.data or ''
if data.length > 0
Expand Down

0 comments on commit 471c33b

Please sign in to comment.