lib/mdoc/document.rb in mdoc-0.0.9 vs lib/mdoc/document.rb in mdoc-0.0.10
- old
+ new
@@ -79,9 +79,10 @@
performed[prc] = 1
end
end
# rubocop:enable MethodLength
- def_delegators :@meta, :title, :author, :date
+ def_delegators :@meta, :title, :author, :date, :header_js_libs,
+ :footer_js_libs, :footer_js_srcs
end
end