Clean up camelCase and snake_case in frontend code

This commit is contained in:
Keavon Chambers
2022-08-26 00:10:15 -07:00
parent d566ba852d
commit 5ad76bec6e
30 changed files with 317 additions and 162 deletions
+1 -1
View File
@@ -295,7 +295,7 @@ export default defineComponent({
// Initialize certain setup tasks required by the editor backend to be ready for the user now that the frontend is ready
const platform = operatingSystem();
this.editor.instance.init_after_frontend_ready(platform);
this.editor.instance.initAfterFrontendReady(platform);
},
beforeUnmount() {
// Call the destructor for each manager