mofron-comp-text
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -71,3 +71,3 @@ /** | ||
if (null !== fnt) { | ||
this.setFontTheme(fnt); | ||
this.font(fnt, true); | ||
} | ||
@@ -218,3 +218,3 @@ } catch (e) { | ||
} else { | ||
this.target().className(fnt.getThemeClass()); | ||
this.target().className(fnt.className()); | ||
} | ||
@@ -221,0 +221,0 @@ this.m_font = fnt; |
{ | ||
"name": "mofron-comp-text", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "text component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
9522