/** * Object with data-attributes (HTML5) with a special * * @namespace LUNGO.Attributes * @class Data * * @author Javier Jimenez Villar || @soyjavi * @author Guillermo Pascual || @pasku1 */ LUNGO.Attributes.Data = { search: { tag: 'search', selector: '.list', html: '' }, icon: { tag: 'icon', selector: '*', html: '' }, title: { tag: 'title', selector: 'header, footer', html: '

{{value}}

' }, back: { tag: 'back', selector: 'header, footer', html: '' } };