OSDN Git Service

fix:player
[pettanr/pettanr.git] / app / assets / javascripts / views / balloons / element.js.coffee
index 0faa2a5..b55600f 100644 (file)
@@ -10,11 +10,7 @@ class Pettanr.Views.Balloon.Element extends Pettanr.View
   \r
   render: () ->\r
     this.$el.html('')\r
-    @element.get_parent('system_picture', this, {\r
-      success: (@system_picture) =>\r
-        @init_picture()\r
-        @set_style()\r
-    })\r
+    @set_style()\r
     this\r
   \r
   init_picture: () ->\r