mofron-comp-appbase
Advanced tools
Comparing version 0.4.13 to 0.4.14
@@ -169,3 +169,3 @@ /** | ||
); | ||
super.height((0 > set_hei.value()) ? [prm,opt] : [set_hei,opt]); | ||
super.height((0 > set_hei.value()) ? prm : set_hei,opt); | ||
} catch (e) { | ||
@@ -202,3 +202,3 @@ console.error(e.stack); | ||
*/ | ||
baseColor (prm) { | ||
baseColor (prm, opt) { | ||
try { return mf.func.cmpColor(this, 'background', [prm,opt]); } catch (e) { | ||
@@ -205,0 +205,0 @@ console.error(e.stack); |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.4.13", | ||
"version": "0.4.14", | ||
"description": "application base component for mofron", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8986