lib/nanoc/base/entities/item_rep.rb in nanoc-4.2.4 vs lib/nanoc/base/entities/item_rep.rb in nanoc-4.3.0
- old
+ new
@@ -159,10 +159,9 @@
end
private
def initialize_content
- # FIXME: Where is :raw?
@snapshot_contents = { last: @item.content }
end
end
end