diff --git a/apps/promenu/settings.js b/apps/promenu/settings.js index cba4928f8..4d25e1335 100644 --- a/apps/promenu/settings.js +++ b/apps/promenu/settings.js @@ -27,4 +27,4 @@ } }; E.showMenu(menu); -}); +}) diff --git a/bin/sanitycheck.js b/bin/sanitycheck.js index 27a0a2bdd..afca569a0 100755 --- a/bin/sanitycheck.js +++ b/bin/sanitycheck.js @@ -184,7 +184,6 @@ var KNOWN_WARNINGS = [ "App pongclock file pongclock.settings.js should be evaluated as a function but doesn't end in ')'", "App popconlaunch file popcon.settings.js should be evaluated as a function but doesn't end in ')'", "App poweroff file poweroff.settings.js should be evaluated as a function but doesn't end in ')'", - "App promenu file promenu.settings.js should be evaluated as a function but doesn't end in ')'", "App puzzle15 file puzzle15.settings.js should be evaluated as a function but doesn't end in ')'", "App qcenter file qcenter.settings.js should be evaluated as a function but doesn't end in ')'", "App rebbleagenda file rebbleagenda.settings.js should be evaluated as a function but doesn't end in ')'",