Created
June 27, 2014 07:31
-
-
Save sbruchmann/31d849c86659641e73d9 to your computer and use it in GitHub Desktop.
Hide Toolbar in Brackets
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
define(function () { | |
"use strict"; | |
$("#main-toolbar").hide(); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment