Created
November 5, 2012 15:48
-
-
Save bloodyowl/4017901 to your computer and use it in GitHub Desktop.
Get your globals
This file contains hidden or 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
/* | |
Runs on Craft.js | |
Inspired by Thomas Fuchs DomMonster (https://github.com/madrobby/dom-monster/blob/master/src/dommonster.js) | |
*/ | |
Hash(window).keys().difference(Hash(Element.make("iframe").css({display:"none"}).appendTo(document.body).get("contentWindow")).keys()) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment