mirror of
https://github.com/RGBCube/serenity
synced 2025-05-18 21:25:07 +00:00
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
This commit is contained in:
parent
85b69e54e4
commit
520d464865
3 changed files with 4 additions and 4 deletions
|
@ -233,7 +233,7 @@ OwnPtr<Project> Project::load_from_file(const String& path)
|
|||
|
||||
for (auto& file : files) {
|
||||
if (file.ends_with(".js")) {
|
||||
type = ProjectType::Javascript;
|
||||
type = ProjectType::JavaScript;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue