events.js 258 B

123456789
  1. Lungo.Events.init({
  2. 'section#a article a tap': function(){
  3. Lungo.Notification.loading('hole', '1', 'user');
  4. },
  5. 'section#sec-1 header #btn-toggle-loading tap': App.View.toggleLoading,
  6. 'section#sec-2 load': App.View.toggleLoading
  7. });