Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhchen committed Jan 11, 2015
1 parent b63410d commit 53ad404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/format.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class Format
tag: 'LI'


constructor: (, @config) ->
constructor: (@config) ->

add: (node, value) ->
return this.remove(node) unless value
Expand Down

0 comments on commit 53ad404

Please sign in to comment.