OSDN Git Service

add: resource_picture_pictures
[pettanr/pettanr.git] / app / assets / javascripts / models / speech_balloon_template.js.coffee
index 0e54f78..1e8bdc9 100644 (file)
@@ -22,7 +22,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