lib/csl/style.rb in csl-1.0.0.pre4 vs lib/csl/style.rb in csl-1.0.0.pre5

- old
+ new

@@ -44,10 +44,10 @@ def_delegators :info, :self_link, :self_link=, :has_self_link?, :template_link, :template_link=, :has_template_link?, :documentation_link, :documentation_link=, :has_documentation_link?, :independent_parent_link, :independent_parent_link=, :has_independent_parent_link?, :title=, :id=, :has_title?, :has_id?, - :published_at, :updated_at + :published_at, :updated_at, :citation_format, :citation_format= def initialize(attributes = {}) super(attributes, &nil) children[:locale], children[:macro], @macros, @errors = [], [], {}, [] \ No newline at end of file