mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: use html5_canvas_name
as the name of the canvas in gg.js.v
too, similarly to gg.c.v
This commit is contained in:
parent
33965bc29b
commit
be1270540b
3 changed files with 7 additions and 7 deletions
|
@ -190,7 +190,7 @@ fn main() {
|
|||
create_window: true
|
||||
resizable: false
|
||||
window_title: 'snek'
|
||||
canvas: 'canvas'
|
||||
html5_canvas_name: 'canvas'
|
||||
)
|
||||
|
||||
app.gg.run()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue