mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Remove use of package local nicknames
This commit is contained in:
parent
0c5408f281
commit
8eb1bd753e
9 changed files with 32 additions and 32 deletions
|
|
@ -44,8 +44,8 @@
|
|||
|
||||
|
||||
(defmethod create-context2d ((obj clog-canvas))
|
||||
(let ((web-id (cc:generate-id)))
|
||||
(cc:execute (connection-id obj)
|
||||
(let ((web-id (clog-connection:generate-id)))
|
||||
(clog-connection:execute (connection-id obj)
|
||||
(format nil "clog['~A']=clog['~A'].getContext('2d')"
|
||||
web-id
|
||||
(html-id obj)))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue