lib/csl/locale/date.rb in csl-1.0.0.pre23 vs lib/csl/locale/date.rb in csl-1.0.0
- old
+ new
@@ -52,10 +52,10 @@
# date part (day, month, or year).
class DatePart < Node
has_no_children
attr_struct :name, :form, :'range-delimiter',
- *Schema.attr(:formatting, :periods)
+ :'strip-periods', *Schema.attr(:formatting)
include CSL::DatePart
end