mofron-comp-appbase
Advanced tools
Comparing version 0.0.7 to 0.0.8
15
index.js
@@ -123,17 +123,6 @@ /** | ||
/* getter */ | ||
if (undefined === this.m_conts) { | ||
this.contents(new mf.Component()); | ||
} | ||
return this.m_conts; | ||
return this.child()[2].child(); | ||
} | ||
/* setter */ | ||
cnt.execOption({ | ||
style : { | ||
height : (window.innerHeight - this.header().height())+ 'px' | ||
} | ||
}); | ||
if (undefined !== this.m_conts) { | ||
this.updChild(this.m_conts, cnt); | ||
} | ||
this.m_conts = cnt; | ||
this.addChild(cnt); | ||
} catch (e) { | ||
@@ -140,0 +129,0 @@ console.error(e.stack); |
{ | ||
"name": "mofron-comp-appbase", | ||
"version": "0.0.7", | ||
"version": "0.0.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
7084
154