ffixed toms bad
This commit is contained in:
parent
2213e576ec
commit
8ca78cbe4b
@ -270,8 +270,8 @@ export class MathStatement {
|
|||||||
/** The raw statement input by the user. */
|
/** The raw statement input by the user. */
|
||||||
public readonly raw: string,
|
public readonly raw: string,
|
||||||
|
|
||||||
public x: Number = 0,
|
public x: number = 0,
|
||||||
public y: Number = 0,
|
public y: number = 0,
|
||||||
) {}
|
) {}
|
||||||
|
|
||||||
/** Parse the raw statement to an AST. */
|
/** Parse the raw statement to an AST. */
|
||||||
|
@ -96,8 +96,8 @@ export interface EvaluationResult {
|
|||||||
export class RichTextBox {
|
export class RichTextBox {
|
||||||
constructor(
|
constructor(
|
||||||
public text: string = '',
|
public text: string = '',
|
||||||
public x: Number = 0,
|
public x: number = 0,
|
||||||
public y: Number = 0,
|
public y: number = 0,
|
||||||
) {
|
) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user