tiny tweak

This commit is contained in:
Jeremy Ashkenas
2010-04-03 11:16:49 -04:00
parent 4a85f3d499
commit 44765907b3
2 changed files with 0 additions and 3 deletions

View File

@@ -533,8 +533,6 @@ exports.ObjectNode: class ObjectNode extends BaseNode
# All the mucking about with commas is to make sure that CommentNodes and
# AssignNodes get interleaved correctly, with no trailing commas or
# commas affixed to comments.
#
# *TODO: Extract this and add it to ArrayNode*.
compile_node: (o) ->
o.indent: @idt 1
non_comments: prop for prop in @properties when not (prop instanceof CommentNode)