ci: comment out the `main` body in draw.js.v for now

pull/12318/head
Delyan Angelov 2021-10-28 02:18:32 +03:00
parent cfecb62299
commit 8fd66994c7
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 2 additions and 0 deletions

View File

@ -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())
})
*/
}