OSDN Git Service

merge:
[pettanr/pettanr.git] / app / assets / javascripts / models / speech_balloon_template.js.coffee
index b5a6863..9d9d383 100644 (file)
@@ -25,7 +25,8 @@ class Pettanr.SpeechBalloonTemplate extends Peta.Template
   parsed_settings: () ->\r
     JSON.parse(@get('settings'))\r
   \r
-  initialize: () ->\r
+  initialize: (attr = {}, options = {}) ->\r
+    super(attr, options)\r
     if @id\r
       @url = @url + @id\r
     \r