parisminton 7 years ago
parent
commit
6318e7aa10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      renderer/text-wrapper.js

+ 1 - 1
renderer/text-wrapper.js View File

@@ -88,7 +88,7 @@ module.exports = function(theme) {
88 88
           y = theme.captionTop + theme.captionTotalHeight + theme[type + 'TopMargin'];
89 89
         }
90 90
         else {
91
-          y = top
91
+          y = top;
92 92
         }
93 93
       }
94 94