Fix save tip
This commit is contained in:
parent
cf42a046e3
commit
3c2a54e10e
|
@ -79,6 +79,7 @@ define([
|
||||||
this.placement = this.options.placement;
|
this.placement = this.options.placement;
|
||||||
this.showLink = this.options.showLink;
|
this.showLink = this.options.showLink;
|
||||||
this.showButton = this.options.showButton;
|
this.showButton = this.options.showButton;
|
||||||
|
this.closable = this.options.closable;
|
||||||
this.textButton = this.options.textButton || '';
|
this.textButton = this.options.textButton || '';
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue