JS: camelCase changes

This commit is contained in:
Willy-JL
2024-10-16 01:55:00 +01:00
parent a85819f37e
commit c8b3bf1869
6 changed files with 15 additions and 15 deletions
@@ -144,10 +144,10 @@ static void js_vgm_destroy(void* inst) {
}
static const JsModuleDescriptor js_vgm_desc = {
name: "vgm",
create: js_vgm_create,
destroy: js_vgm_destroy,
api_interface: NULL,
"vgm",
js_vgm_create,
js_vgm_destroy,
NULL,
};
static const FlipperAppPluginDescriptor plugin_descriptor = {