clean: respect es11
This commit is contained in:
@ -20,11 +20,11 @@ class Point
|
||||
|
||||
from_json(data)
|
||||
{
|
||||
this.x = data.x
|
||||
this.y = data.y
|
||||
this.x = data.x;
|
||||
this.y = data.y;
|
||||
|
||||
return this
|
||||
return this;
|
||||
}
|
||||
}
|
||||
|
||||
export { Point }
|
||||
export { Point };
|
Reference in New Issue
Block a user