mirror of https://github.com/espruino/BangleApps
draguboard: remove arguments from `catchSwipe`
parent
92e2f4695c
commit
7aaea32ebb
|
@ -134,7 +134,7 @@ exports.input = function(options) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
let catchSwipe = (_,__)=>{
|
let catchSwipe = ()=>{
|
||||||
E.stopEventPropagation&&E.stopEventPropagation();
|
E.stopEventPropagation&&E.stopEventPropagation();
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue