Updated FreeJs (markdown)

The-Mighty-Cat 2025-02-12 23:14:04 +01:00
commit f03f58786e

@ -1,5 +1,7 @@
```cpp
void FreeJs(void* ptr)
namespace Crafter::CppDOM {
void FreeJs(void* ptr)
}
```
FreeJS is a special funcion that frees a javascript object returned by the binding functions.