mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-10-29 07:03:29 +00:00
Update src/runtime/js.zig
Co-authored-by: Pierre Tachoire <pierre@lightpanda.io>
This commit is contained in:
@@ -946,7 +946,7 @@ pub fn Env(comptime State: type, comptime WebApis: type) type {
|
|||||||
// a JsObject, not null. Consider a function,
|
// a JsObject, not null. Consider a function,
|
||||||
// _doSomething(arg: ?Env.JsObjet) void { ... }
|
// _doSomething(arg: ?Env.JsObjet) void { ... }
|
||||||
//
|
//
|
||||||
// And then these three calls:
|
// And then these two calls:
|
||||||
// doSomething();
|
// doSomething();
|
||||||
// doSomething(null);
|
// doSomething(null);
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user