OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / app / assets / javascripts / locmare / filer / body / file_body / file_item / caption / default / face / base.js.coffee
index 1da63a4..d1bd84f 100644 (file)
@@ -12,7 +12,7 @@ class Locmare.FilerModule.BodyModule.FileBodyModule.FileItemModule.CaptionItemCo
   \r
   replace_empty: () ->\r
     if Pettanr.is_blank(@caption())\r
-      empty = new Pettanr.Views.Common.EmptyCaption()\r
+      empty = new Pettanr.View.EmptyDiv()\r
       this.$el.html(empty.render().el)\r
     else\r
       this.$el.html(@caption())\r