adding do-nothing bind export

This commit is contained in:
Danny Yoo 2011-08-26 15:06:25 -04:00
parent 8a71e30a26
commit cf152bddcf

View File

@ -5,7 +5,8 @@
view-focus
view-left view-right view-up view-down
view-text update-view-text
view-attr update-view-attr)
view-attr update-view-attr
view-bind)
(define (big-bang world . handlers)
(error 'big-bang "Please run in JavaScript context."))