Lungo.Element.js 250 B

1234567891011121314151617
  1. /**
  2. * Chain of responsability
  3. *
  4. * @namespace LUNGO
  5. * @class Element
  6. *
  7. * @author Javier Jimenez Villar <javi@tapquo.com> || @soyjavi
  8. */
  9. LUNGO.Element = {
  10. sections: null,
  11. Current: {
  12. section: null,
  13. article: null
  14. }
  15. };