/** * 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', bind: 'top' }, footer: { name: 'footer', bind: 'bottom' } };