events.trigger.js 224 B

12345678910
  1. Lungo.Events.init({
  2. 'load section#layoutevents': App.triggerCapture,
  3. 'unload section#layoutevents': App.triggerCapture
  4. });
  5. Lungo.ready(function() {
  6. Lungo.View.Aside.show('features');
  7. App.environment();
  8. });