OSDN Git Service

fix: views
[pettanr/pettanr.git] / app / assets / javascripts / views / authors / summary.js.coffee
index c8a97ec..f251a90 100644 (file)
@@ -2,9 +2,9 @@ class Pettanr.Views.Author.Summary extends Pettanr.View.Summary
   \r
   initialize: (options) ->\r
     super(options)\r
-    @trigger('ready')\r
   \r
   render: () ->\r
+    super()\r
     this.$el.html('')\r
     this.$el.append('-')\r
     this\r