/** * Chain of responsability * * @namespace LUNGO * @class Element * * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi */ LUNGO.Element = { sections: null, Current: { section: null, article: null } };