Created
June 20, 2013 15:02
-
-
Save bloodyowl/5823506 to your computer and use it in GitHub Desktop.
get all the additions to the global object
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
get all the additions to the global object | |
*/ | |
;(function(w,h,o,s,m,a,d){h=w.document,o=h.createElement("iframe"),s=h.body,s.appendChild(o),m=o.contentWindow,a=[];for(d in w)d in m||a.push(d);return a})(this.window || this.global) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment