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