mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-15 15:00:24 -08:00
bug fix
This commit is contained in:
parent
eca398188b
commit
8c5bcabf14
2 changed files with 2 additions and 2 deletions
|
|
@ -49,7 +49,7 @@
|
|||
(defmethod create-context2d ((obj clog-canvas))
|
||||
(let ((web-id (cc:generate-id)))
|
||||
(cc:execute (connection-id obj)
|
||||
(format nil "clog['~A']=clog['~A'].get(0).getContext('2d')"
|
||||
(format nil "clog['~A']=clog['~A'].getContext('2d')"
|
||||
web-id
|
||||
(html-id obj)))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue