Skip to content

Commit

Permalink
fix(module:modal): format comment
Browse files Browse the repository at this point in the history
  • Loading branch information
kekehaoz committed Apr 2, 2019
1 parent 0e46f19 commit a17a244
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/modal/nz-modal.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ export class NzModalComponent<T = any, R = any> extends NzModalRef<T, R>
* @description
* The calculated highest weight of mask value
*
* Weight of different mask input:
* component default value < global configuration < component input value
* Weight of different mask input:
* component default value < global configuration < component input value
*/
get mask(): boolean {
if (this.nzMask != null) {
Expand All @@ -135,8 +135,8 @@ export class NzModalComponent<T = any, R = any> extends NzModalRef<T, R>
* @description
* The calculated highest weight of maskClosable value
*
* Weight of different maskClosable input:
* component default value < global configuration < component input value
* Weight of different maskClosable input:
* component default value < global configuration < component input value
*/
get maskClosable(): boolean {
if (this.nzMaskClosable != null) {
Expand Down

0 comments on commit a17a244

Please sign in to comment.