mofron-comp-appbase
Advanced tools
Comparing version 0.4.0 to 0.4.1
10
index.js
@@ -151,11 +151,3 @@ /** | ||
/* setter */ | ||
if ('number' === typeof prm) { | ||
let hdr_hei = mofron.func.getSize(this.header().height()); | ||
if ( (this.sizeType() !== hdr_hei[1]) || | ||
(0 > (prm - hdr_hei[0])) ) { | ||
super.height(prm); | ||
return; | ||
} | ||
super.height(prm - hdr_hei[0]); | ||
} else if ('string' === typeof prm) { | ||
if ('string' === typeof prm) { | ||
let dif_siz = mf.func.diffSize(prm, this.header().height()); | ||
@@ -162,0 +154,0 @@ if ((null === dif_siz) || (0 > mf.func.getSize(dif_siz)[0])) { |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.4.0", | ||
"version": "0.4.1", | ||
"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
7577
163