mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
ci: comment out the main
body in draw.js.v for now
This commit is contained in:
parent
cfecb62299
commit
8fd66994c7
1 changed files with 2 additions and 0 deletions
|
@ -28,6 +28,7 @@ fn draw_line(context ctx.CanvasRenderingContext2D, x1 int, y1 int, x2 int, y2 in
|
|||
}
|
||||
|
||||
fn main() {
|
||||
/*
|
||||
document := jsdom.document
|
||||
|
||||
elem := document.get_element_by_id('myButton') ?
|
||||
|
@ -69,4 +70,5 @@ fn main() {
|
|||
elem.add_event_listener('click', fn [context, canv] (_ jsdom.IEventTarget, _ jsdom.IEvent) {
|
||||
context.clear_rect(0, 0, canv.width(), canv.height())
|
||||
})
|
||||
*/
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue