1
0
Fork 0

minor tweak to make lint happy

master
Gordon Williams 2020-12-07 09:01:04 +00:00
parent 15ee6212b8
commit bd76e1d98e
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ function setButtons(){
setWatch(nextwp.bind(null,-1), BTN1, {repeat:true,edge:"falling"});
setWatch(doselect, BTN2, {repeat:true,edge:"falling"});
setWatch(nextwp.bind(null,1), BTN3, {repeat:true,edge:"falling"});
};
}
var SCREENACCESS = {
withApp:true,