lib/csl/style/group.rb in csl-1.0.0.pre23 vs lib/csl/style/group.rb in csl-1.0.0
- old
+ new
@@ -11,10 +11,10 @@
# Groups implicitly act as a conditionals: a Group and its child
# elements are suppressed if a) at least one rendering element in
# the Group calls a variable (either directly or via a macro), and
# b) all variables that are called are empty.
class Group < Node
- attr_struct(*Schema.attr(:formatting, :affixes, :display, :delimiter))
+ attr_struct(*Schema.attr(:formatting, :affixes, :delimiter))
def delimiter
attributes.fetch(:delimiter, '')
end
\ No newline at end of file