mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-02-23 08:06:11 +00:00
HackStudio: Rename ProjectType::{Javascript -> JavaScript}
This commit is contained in:
committed by
Andreas Kling
parent
85b69e54e4
commit
520d464865
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user