[O] Make activeIndex accessable

This commit is contained in:
Hykilpikonna
2019-12-21 12:50:02 -05:00
parent caa6b38673
commit 71352ee39a
+2 -2
View File
@@ -8,8 +8,8 @@ export interface Index
export default class NavController
{
private activeIndex: Index;
private updateCallback?: () => void;
activeIndex: Index;
updateCallback?: () => void;
constructor()
{