Guest User

Untitled

a guest
May 8th, 2012
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. 140byt.es::forcetor
  2. =========
  3.  
  4. A 116 byte tweet-sized snippet of code you can paste into ANY constructor function without modification to force use as a constructor.
  5.  
  6. How to use
  7. -----------
  8.  
  9. Use the constructor with or without new, and receive back an instance object.
  10.  
  11. OR...
  12.  
  13. Copy and paste the following code into the top of your constructor (116 chars):
  14.  
  15. var a=arguments,b=a[0],c=a.callee;if(!(this instanceof c))return new c(a);if(c==b.callee)return c.apply(this,b);
Advertisement
Add Comment
Please, Sign In to add comment