parisminton 8 年 前
コミット
6318e7aa10
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      renderer/text-wrapper.js

+ 1 - 1
renderer/text-wrapper.js ファイルの表示

88
           y = theme.captionTop + theme.captionTotalHeight + theme[type + 'TopMargin'];
88
           y = theme.captionTop + theme.captionTotalHeight + theme[type + 'TopMargin'];
89
         }
89
         }
90
         else {
90
         else {
91
-          y = top
91
+          y = top;
92
         }
92
         }
93
       }
93
       }
94
 
94