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. */
|
||||
public readonly raw: string,
|
||||
|
||||
public x: Number = 0,
|
||||
public y: Number = 0,
|
||||
public x: number = 0,
|
||||
public y: number = 0,
|
||||
) {}
|
||||
|
||||
/** Parse the raw statement to an AST. */
|
||||
|
@ -96,9 +96,9 @@ export interface EvaluationResult {
|
||||
export class RichTextBox {
|
||||
constructor(
|
||||
public text: string = '',
|
||||
public x: Number = 0,
|
||||
public y: Number = 0,
|
||||
) {
|
||||
public x: number = 0,
|
||||
public y: number = 0,
|
||||
) {
|
||||
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user