OSDN Git Service

t#:
[pettanr/pettanr.git] / app / assets / javascripts / views / speeches / element.js.coffee
index 6993faf..9c4cfd1 100644 (file)
@@ -7,16 +7,12 @@ class Pettanr.Views.Speech.Element extends Pettanr.View
     @root = options.root\r
     @spot = options.spot\r
     @parent = options.parent\r
-    @listenTo(@parent, 'ready:balloon', @set_style)\r
     c = @inner_class()\r
     @inner = new c({\r
       element: @element,\r
       parent: this\r
     })\r
   \r
-  clear: () ->\r
-    @render()\r
-  \r
   render: () ->\r
     @set_style()\r
     this.$el.html(@inner.render().el)\r