SwVitaliy

Untitled

Sep 29th, 2012
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. a = { d: '123' };
  2. a.__defineGetter__('d', function (name) { return '321'; });
  3. a.d === '321'
Advertisement
Add Comment
Please, Sign In to add comment