Skip to content

Instantly share code, notes, and snippets.

@Radagaisus
Created March 19, 2014 20:41
Show Gist options
  • Select an option

  • Save Radagaisus/9650709 to your computer and use it in GitHub Desktop.

Select an option

Save Radagaisus/9650709 to your computer and use it in GitHub Desktop.
How To Minimize the Captain Up HUD
// Asynchronous wrapper around the function, to make sure Captain
// Up has loaded completely.
captain.up(function() {
// Minimize the HUD
captain.hud.minimize();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment