Files

5 lines
105 B
JavaScript

if(this.name === '$NO_CHANGE') {
if(changed('name')) {
this.name = 'saw name change';
}
}