[O] Optimize nullable format

This commit is contained in:
Hykilpikonna
2019-12-21 11:44:21 -05:00
parent 26fa50ead2
commit 097985f087
+1 -1
View File
@@ -8,7 +8,7 @@ export interface Index
export default class Navigator
{
private activeIndex: Index;
private updateCallback: (() => void) | undefined;
private updateCallback?: () => void;
/**
* Update index