mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
docs(proxy): edit set()
This commit is contained in:
+1
-1
@@ -331,7 +331,7 @@ let validator = {
|
||||
}
|
||||
}
|
||||
|
||||
// 对于age以外的属性,直接保存
|
||||
// 对于满足条件的 age 属性以及其他属性,直接保存
|
||||
obj[prop] = value;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user