mofron-comp-text
Advanced tools
Comparing version 0.3.4 to 0.3.5
@@ -166,2 +166,7 @@ require("mofron-event-click"); | ||
} | ||
if (null === val) { | ||
this.style('font-size', null); | ||
return; | ||
} | ||
/* setter */ | ||
@@ -168,0 +173,0 @@ if ('number' != typeof val) { |
{ | ||
"name": "mofron-comp-text", | ||
"version": "0.3.4", | ||
"version": "0.3.5", | ||
"description": "text component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "dist/text.js", |
@@ -92,2 +92,7 @@ /** | ||
} | ||
if (null === val) { | ||
this.style('font-size', null); | ||
return; | ||
} | ||
/* setter */ | ||
@@ -94,0 +99,0 @@ if ('number' != (typeof val)) { |
19037
469