Commit 278b637a authored by haiyoucuv's avatar haiyoucuv

init

parent e99ddb39
...@@ -33,7 +33,6 @@ export class CarCarColorsComponent extends Component { ...@@ -33,7 +33,6 @@ export class CarCarColorsComponent extends Component {
} }
set carColor(value) { set carColor(value) {
if (this._carColor === value) return;
this._carColor = value; this._carColor = value;
this.changeColor(); this.changeColor();
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment