/** * Make an analysis of in a
. * * @namespace LUNGO.Attributes * @class Section * * @author Javier Jimenez Villar || @soyjavi * @author Guillermo Pascual || @pasku1 */ LUNGO.Attributes.Section = { header: { name: 'header', reference: 'height', bind: 'top' }, footer: { name: 'footer', reference: 'height', bind: 'bottom' }, aside: { name: 'aside', reference: 'width', bind: 'left' } };