Created
March 19, 2014 20:41
-
-
Save Radagaisus/9650709 to your computer and use it in GitHub Desktop.
How To Minimize the Captain Up HUD
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
| // 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