mirror of
https://github.com/ruanyf/es6tutorial.git
synced 2024-04-21 12:32:22 +00:00
docs(proxy): edit proxy
This commit is contained in:
@@ -361,6 +361,7 @@ var handler = {
|
||||
},
|
||||
set (target, key, value) {
|
||||
invariant(key, 'set');
|
||||
target[key] = value;
|
||||
return true;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user