You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It should be: this.variant = segment.isCubic() ? SegmentVariant.Cubic : SegmentVariant.Linear;
I don't know what this affects, if anything; I only saw it in the code.
This error was created in the resolution of issue #23 Q3.
The text was updated successfully, but these errors were encountered:
Describe the bug
Line 518 in src/core/Command.ts is wrong.
path.jerryio/src/core/Command.ts
Line 518 in a4d69f6
It should be:
this.variant = segment.isCubic() ? SegmentVariant.Cubic : SegmentVariant.Linear;
I don't know what this affects, if anything; I only saw it in the code.
This error was created in the resolution of issue #23 Q3.
The text was updated successfully, but these errors were encountered: