class Locmare.FilerModule.BodyModule.FileBodyModule.FileItemModule.CaptionItemColumnModule.DefaultModule.FaceModule.BaseFace extends Backbone.View initialize: (options) -> @default_caption = options.default_caption @my_manifest = options.my_manifest @item = options.item # not render # get caption data and send message render: () -> this replace_empty: () -> if Pettanr.is_blank(@caption()) empty = new Pettanr.Views.Common.EmptyCaption() this.$el.html(empty.render().el) else this.$el.html(@caption()) this filer: () -> @default_caption.filer() manifest: () -> @filer().manifest item_name: () -> @filer().item_name