mofron-comp-appbase
Advanced tools
Comparing version 0.1.7 to 0.1.8
@@ -131,9 +131,3 @@ /** | ||
if (3 > this.child().length) { | ||
return new mf.Component({ | ||
style : { 'position' : 'fixed' }, | ||
size : new mf.Param( | ||
'100%', | ||
window.innerHeight - this.header().height() | ||
) | ||
}); | ||
return new mf.Component({width : '100%'}); | ||
} | ||
@@ -140,0 +134,0 @@ return this.child()[2]; |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.1.7", | ||
"version": "0.1.8", | ||
"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
7390
163