mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-07 19:20:20 -08:00
coding style and description changes
This commit is contained in:
parent
5142af4da5
commit
f631a43059
2 changed files with 18 additions and 17 deletions
|
|
@ -22,7 +22,7 @@ own context and therefore its own copy of this variable when
|
|||
dynamically bound. As a result no thread protection is needed to
|
||||
access. To use dynamically bind the *connection-cache* and set it
|
||||
to (list :cache) turn on caching. By default this is off its main use
|
||||
is in initial setup complex pages. (private)
|
||||
is during initial setup of complex pages. (private)
|
||||
See macro with-connection-cache.")
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -584,7 +584,6 @@ object"))
|
|||
(defmethod set-on-resize ((obj clog-obj) handler)
|
||||
(set-on-event obj "resize" handler))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
;; set-on-focus ;;
|
||||
;;;;;;;;;;;;;;;;;;
|
||||
|
|
@ -683,7 +682,6 @@ is nil unbind the event."))
|
|||
(defmethod set-on-drag-enter ((obj clog-obj) handler)
|
||||
(set-on-event obj "dragenter" handler))
|
||||
|
||||
|
||||
;;;;;;;;;;;;;;;;;;;;;;;
|
||||
;; set-on-drag-leave ;;
|
||||
;;;;;;;;;;;;;;;;;;;;;;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue