1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 10:16:26 +00:00

debug ModeSelect component

This commit is contained in:
Rokt33r
2015-12-07 16:32:47 +09:00
parent 0648c04728
commit d8ae77ded7
2 changed files with 3 additions and 3 deletions

View File

@@ -68,7 +68,7 @@ const modes = [
{
name: 'csharp',
label: 'C#',
alias: ['cs'],
alias: ['cs', 'c#'],
mode: 'csharp'
},
{