OSDN Git Service

fix: views
[pettanr/pettanr.git] / app / assets / javascripts / views / speech_balloons / element_face.js.coffee
index cbf9669..9958886 100644 (file)
@@ -28,6 +28,6 @@ class Pettanr.Views.SpeechBalloon.ElementFace extends Pettanr.View
     this.$el.html('')\r
     symbol = new Pettanr.Views.SpeechBalloon.ElementSymbol({element: @element})\r
     this.$el.append(symbol.render().el)\r
-    @rb()\r
+    @append_rb()\r
     this\r
   \r