X-Git-Url: http://git.osdn.net/view?a=blobdiff_plain;f=app%2Fassets%2Fjavascripts%2Flocmare%2Ffiler%2Fbody%2Ffile_body%2Ffile_item%2Fcaption%2Fdefault.js.coffee;fp=app%2Fassets%2Fjavascripts%2Flocmare%2Ffiler%2Fbody%2Ffile_body%2Ffile_item%2Fcaption%2Fdefault.js.coffee;h=5aa518edb55f16cc5647c2cb8ea759e2eb1f4175;hb=f2de6606262cd76e637dbf54581634fab3be205a;hp=f97aa416ccb6daa075b6feea988a0655ec1e334a;hpb=2ad2de8db58dac6a0e81f1db91a1a8415b2b9de7;p=pettanr%2Fpettanr.git diff --git a/app/assets/javascripts/locmare/filer/body/file_body/file_item/caption/default.js.coffee b/app/assets/javascripts/locmare/filer/body/file_body/file_item/caption/default.js.coffee index f97aa416..5aa518ed 100644 --- a/app/assets/javascripts/locmare/filer/body/file_body/file_item/caption/default.js.coffee +++ b/app/assets/javascripts/locmare/filer/body/file_body/file_item/caption/default.js.coffee @@ -6,7 +6,7 @@ class Locmare.FilerModule.BodyModule.FileBodyModule.FileItemModule.CaptionItemCo @listenTo(@face, 'ready:caption', @ready_caption) render: () -> - icon = new Pettanr.Views.Common.LoadIcon() + icon = new Pettanr.View.Minicon(Pettanr.View.Image.icon_loading_file()) this.$el.html(icon.render().el) @face.render() this