mirror of
https://github.com/zhigang1992/deployd.git
synced 2026-05-19 05:03:33 +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;
|
|
}
|
|
} |