Skip to content

Commit

Permalink
Fix type in Proxy example
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Mar 17, 2016
1 parent 0f4e24c commit 13bb502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HowtoVirtualProperties.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ var handler = {
has: function (targ, key) {
print('has called for key=' + key);
return key in targ; // return unmodified existence status
}
},

get: function (targ, key, recv) {
print('get called for key=' + key);
Expand Down

0 comments on commit 13bb502

Please sign in to comment.