Remove use of package local nicknames

This commit is contained in:
David Botton 2021-11-05 13:25:42 -04:00
parent 0c5408f281
commit 8eb1bd753e
9 changed files with 32 additions and 32 deletions

View file

@ -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)))