We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e2bebd commit da0bdfeCopy full SHA for da0bdfe
src/transition/transitionEventType.ts
@@ -16,6 +16,6 @@ export class TransitionEventType {
16
public reverseSort: boolean = false,
17
public getResultHandler: GetResultHandler = TransitionHook.HANDLE_RESULT,
18
public getErrorHandler: GetErrorHandler = TransitionHook.REJECT_ERROR,
19
- public synchronous: boolean = false,
+ public synchronous: boolean = false,
20
) { }
21
}
0 commit comments