OSDN Git Service

fix:balloon edit
[pettanr/pettanr.git] / app / assets / javascripts / addons / plain_speech_balloons / init.js.coffee
index ae5c73c..2564a88 100644 (file)
@@ -104,7 +104,7 @@ class Pettanr.PlainSpeechBalloon.BalloonModule
       x: 0,\r
       y: 0,\r
       width: @parsed_settings()['speech_balloon']['default_width'],\r
-      eight: @parsed_settings()['speech_balloon']['default_height'],\r
+      height: @parsed_settings()['speech_balloon']['default_height'],\r
       r: 0\r
     })\r
     @select_system_picture()\r
@@ -156,7 +156,7 @@ class Pettanr.PlainSpeechBalloon.SpeechModule
       y: s['y_rate'],\r
       width: s['width_rate'],\r
       height: s['height_rate'],\r
-      quotes: '',\r
+      quotes: @parsed_settings()['speech_balloon']['quotes'],\r
       font_size: @parsed_settings()['speech_balloon']['default_font_size'],\r
       text_align: @parsed_settings()['speech_balloon']['default_text_align'],\r
       fore_color: @parsed_settings()['speech_balloon']['default_fore_color'],\r