diff options
author | David Thompson <dthompson@vistahigherlearning.com> | 2022-11-08 20:56:27 -0500 |
---|---|---|
committer | David Thompson <dthompson@vistahigherlearning.com> | 2022-11-08 20:56:27 -0500 |
commit | 2c9616e0467a1f6418d5836118c82bf9ba368f05 (patch) | |
tree | ba9a5d156cfeb50d7c25704f3cff21566c279ddb | |
parent | 75ec9f00916227054ca092c6e38cff1fda22173f (diff) |
node: Export on-change method.
-rw-r--r-- | catbird/node.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/catbird/node.scm b/catbird/node.scm index 262147b..c58f2ae 100644 --- a/catbird/node.scm +++ b/catbird/node.scm @@ -45,6 +45,7 @@ hide name parent + on-change on-enter on-hide on-exit |