Skip to content

Commit

Permalink
Removed unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
brandonbloom committed Aug 30, 2011
1 parent c7c7d30 commit f71c2b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html2coffeekup.coffee
Expand Up @@ -15,7 +15,7 @@ class Converter
convert: (html) ->
handler = new htmlparser.DefaultHandler (err, dom) =>
throw err if err
@visitArray dom, 0
@visitArray dom
parser = new htmlparser.Parser(handler)
parser.parseComplete(html)

Expand Down

0 comments on commit f71c2b8

Please sign in to comment.