mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-06-15 01:49:35 +08:00
5 lines
145 B
JavaScript
5 lines
145 B
JavaScript
if(this.name === 'first name change') {
|
|
if(changed('name')) {
|
|
this.name = 'saw first name changed previous ' + previous.name;
|
|
}
|
|
} |