adding comments

This commit is contained in:
Danny Yoo 2012-03-15 17:06:47 -04:00
parent 3a7507bab9
commit 1aa0748cda

View File

@ -21,6 +21,13 @@
;; The new event handler type for geolocation:
;;
;; Use it as any other world handler:
;;
;; (big-bang ...
;; [on-geo (lambda (world view lat lng)
;; ...)]
;;
;; ...)
(define on-geo (make-world-event-handler setup-geo shutdown-geo))