mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Correct class name.
This commit is contained in:
parent
8c14d58dfa
commit
0029135c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -98,7 +98,7 @@ located at STATIC-ROOT."
|
||||||
(defun attach (connection-id html-id)
|
(defun attach (connection-id html-id)
|
||||||
"Create a new clog-obj and attach an existing element with HTML-ID on
|
"Create a new clog-obj and attach an existing element with HTML-ID on
|
||||||
CONNECTION-ID to it and then return it. The HTML-ID must be unique."
|
CONNECTION-ID to it and then return it. The HTML-ID must be unique."
|
||||||
(make-instance 'clog :connection-id connection-id :html-id html-id))
|
(make-instance 'clog-obj :connection-id connection-id :html-id html-id))
|
||||||
|
|
||||||
;;;;;;;;;;;;;;;;;;;;;;
|
;;;;;;;;;;;;;;;;;;;;;;
|
||||||
;; create-with-html ;;
|
;; create-with-html ;;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue