forked from FOSS/BangleApps
Merge pull request #2948 from thyttan/draguboard
draguboard: remove arguments from `catchSwipe`master
commit
8a4f99d337
|
@ -134,7 +134,7 @@ exports.input = function(options) {
|
|||
}
|
||||
};
|
||||
|
||||
let catchSwipe = (_,__)=>{
|
||||
let catchSwipe = ()=>{
|
||||
E.stopEventPropagation&&E.stopEventPropagation();
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue