Guest User

Untitled

a guest
May 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. (function(cb){
  2. cb.foo = "bar";
  3. cb.awesome = {};
  4. cb.stuff = function(){return cb.foo;};
  5. })(window["(|%|)"] || (window["(|%|)"] = {}))
Add Comment
Please, Sign In to add comment