@@ -116,7 +116,7 @@ class MKSystem {
return this._tip || new TipSystem();
}
public set tip(v:TipSystem){
- this.tip = v;
+ this._tip = v;