Skip to content

Instantly share code, notes, and snippets.

@bloodyowl
Created November 5, 2012 15:48
Show Gist options
  • Save bloodyowl/4017901 to your computer and use it in GitHub Desktop.
Save bloodyowl/4017901 to your computer and use it in GitHub Desktop.
Get your globals
/*
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