minor tweak to make lint happy
parent
15ee6212b8
commit
bd76e1d98e
|
|
@ -182,7 +182,7 @@ function setButtons(){
|
||||||
setWatch(nextwp.bind(null,-1), BTN1, {repeat:true,edge:"falling"});
|
setWatch(nextwp.bind(null,-1), BTN1, {repeat:true,edge:"falling"});
|
||||||
setWatch(doselect, BTN2, {repeat:true,edge:"falling"});
|
setWatch(doselect, BTN2, {repeat:true,edge:"falling"});
|
||||||
setWatch(nextwp.bind(null,1), BTN3, {repeat:true,edge:"falling"});
|
setWatch(nextwp.bind(null,1), BTN3, {repeat:true,edge:"falling"});
|
||||||
};
|
}
|
||||||
|
|
||||||
var SCREENACCESS = {
|
var SCREENACCESS = {
|
||||||
withApp:true,
|
withApp:true,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue