/**
* Object with data-attributes (HTML5) with a special
*
* @namespace LUNGO
* @class Constants
*
* @author Javier Jimenez Villar || @soyjavi
* @author Guillermo Pascual || @pasku1
*/
LUNGO.Constants = {
ELEMENT = {
SECTION: 'section',
ARTICLE: 'article',
ASIDE: 'aside'
};
CLASSES = {
ACTIVE: 'active',
SHOW: 'show',
HIDE: 'hide'
};
};