OSDN Git Service

add: social button
[pettanr/pettanr.git] / app / assets / javascripts / models / picture.js.coffee
index 4cbe1a3..6dce315 100644 (file)
@@ -42,7 +42,7 @@ class Pettanr.Picture extends Peta.Content
   symbol_option: (context, options) ->\r
     @retrieve(this, {\r
       success: (symbol_item) => \r
-        options.success.call(context, symbol_item.to_symbol())\r
+        options.success.call(context, symbol_item.symbol_file())\r
       fail: (response, opt) =>\r
         options.fail.call(context, response, opt)\r
     })\r