OSDN Git Service

fix: show's destroy button
[pettanr/pettanr.git] / app / assets / javascripts / models / speech_balloon.js.coffee
index 359669a..57fd016 100644 (file)
@@ -1,5 +1,4 @@
 class Pettanr.SpeechBalloon extends Peta.Element\r
-  url: '/speech_balloons/'\r
   \r
   @singular: () ->\r
     'SpeechBalloon'\r
@@ -66,8 +65,6 @@ class Pettanr.SpeechBalloon extends Peta.Element
   \r
   initialize: (attr, options) ->\r
     super(attr, options)\r
-    if @id\r
-      @url = @url + @id\r
   \r
 class Pettanr.SpeechBalloon.TraceFromBalloon\r
   \r