|
|
@@ -1,9 +1,9 @@
|
|
|
|
|
|
Lungo.Events.init({
|
|
|
- 'section#a article a tap': function(){
|
|
|
+ 'tap section#a article a': function(){
|
|
|
Lungo.Notification.loading('hole', '1', 'user');
|
|
|
},
|
|
|
- 'section#sec-1 header #btn-toggle-loading tap': App.View.toggleLoading,
|
|
|
- 'section#sec-2 load': App.View.toggleLoading
|
|
|
+ 'tap section#sec-1 header #btn-toggle-loading': App.View.toggleLoading,
|
|
|
+ 'load section#sec-2 load': App.View.toggleLoading
|
|
|
});
|
|
|
|