add gadget doc note for gadget_destroyed callback re:object lifetimes

This commit is contained in:
Mike Blumenkrantz 2016-09-19 16:05:58 -04:00
parent d1953c2205
commit 09cf90b05a
1 changed files with 2 additions and 1 deletions

View File

@ -14,7 +14,8 @@
"gadget_created"
- a gadget object was created on the site
"gadget_destroyed"
- a gadget object was destroyed on the site
- a gadget object was destroyed on the site; all objects created by the
gadget infrastructure are now dead
"gadget_moved"
- a gadget is preparing to move from its current site
"gadget_removed"