Skip to content

Commit

Permalink
Undo
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin De Smedt committed Jul 16, 2012
1 parent 96b780c commit 90ff61b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Main.sublime-menu
Expand Up @@ -5,8 +5,8 @@
[

{
"id": "Sublime Minifier",
"caption": "Sublime Minify",
"id": "Minifier",
"caption": "Minify",
"command": "minify"
}

Expand All @@ -22,19 +22,19 @@
"children":
[
{
"caption": "Sublime Minifier",
"caption": "Minifier",
"children":
[
{
"caption": "Sublime Minifier Settings – Default",
"caption": "Minifier Settings – Default",
"command": "open_file",
"args":
{
"file": "${packages}/Minifier/Minifier.sublime-settings"
}
},
{
"caption": "Sublime Minifier Settings – User",
"caption": "Minifier Settings – User",
"command": "open_file",
"args":
{
Expand Down

0 comments on commit 90ff61b

Please sign in to comment.