Guest User

Untitled

a guest
Jun 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. var exposedObjects = [];
  2.  
  3. exposedObjects.push = function(o) {
  4. //do something
  5. this.__proto__.push(o);
  6. }
Add Comment
Please, Sign In to add comment