diff --git a/screen-logger/example/index.js b/screen-logger/example/index.js index 477952a..c957706 100644 --- a/screen-logger/example/index.js +++ b/screen-logger/example/index.js @@ -10,7 +10,7 @@ function init() { nav = new NavList(examples, "app"); - rcUtils.setKeyset(rcUtils.MASK_CONSTANT_NAVIGATION); + rcUtils.setKeyset(appObject, rcUtils.MASK_CONSTANT_NAVIGATION); rcUtils.registerKeyEventListener(); } }