Skip to content

Instantly share code, notes, and snippets.

@jakearchibald
Created October 28, 2009 12:17
Show Gist options
  • Save jakearchibald/220445 to your computer and use it in GitHub Desktop.
Save jakearchibald/220445 to your computer and use it in GitHub Desktop.
<script type="text/javascript">
(function() {
var glow = ember.getSeed('2').load('widgets').ready(init);
function init() {
// now my application can start & use 'glow'
}
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment