Advertisement
Guest User

Untitled

a guest
Jul 31st, 2015
205
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. var creditCache = function(){
  2. var instance;
  3. creditCache=function(){return instance;};
  4. creditCache.prototype=this;
  5. instance=new creditCache();
  6. instance.constructor=creditCache;
  7. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement