| 12345678910111213141516171819202122 |
- /**
- * Make an analysis of <elements> in a <section>.
- *
- * @namespace LUNGO.Attributes
- * @class Section
- *
- * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
- * @author Guillermo Pascual <pasku@tapquo.com> || @pasku1
- */
- LUNGO.Attributes.Section = {
- header: {
- name: 'header',
- reference: 'height',
- bind: 'top'
- },
- footer: {
- name: 'footer',
- reference: 'height',
- bind: 'bottom'
- }
- };
|