mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-26 02:52:40 +00:00
TS/JS: Use minvalue from enum if not found (#7888)
Co-authored-by: Derek Bailey <derekbailey@google.com>
This commit is contained in:
@@ -118,7 +118,7 @@ constructor(
|
||||
public y: number = 0.0,
|
||||
public z: number = 0.0,
|
||||
public test1: number = 0.0,
|
||||
public test2: Color = 0,
|
||||
public test2: Color = Color.Red,
|
||||
public test3: TestT|null = null
|
||||
){}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user