OSDN Git Service

fix: view
[pettanr/pettanr.git] / app / assets / javascripts / view / summary.js.coffee
index a4e3aeb..16dba53 100644 (file)
@@ -8,7 +8,7 @@ class Pettanr.View.Summary extends Pettanr.View
     @listenTo(this, 'ready', @render)\r
   \r
   clear: () ->\r
-    icon = new Pettanr.Views.Common.LoadIcon()\r
+    icon = new Pettanr.View.Minicon(Pettanr.View.Image.icon_loading_file())\r
     this.$el.html(icon.render().el)\r
     this\r
   \r