On 2009-04-29, at 14:41EDT, Henry Minsky wrote:
OK I think we should go with using type "Object", which will let someonewrite a compact handler inline more easilymynode.setUserData(key, val, {handler: function (...) { ... }}) rather than having to formally declare a subclass of UserDataHandler
We came to regret allowing Object instead of requiring LzDelegate... Could this lead to similar regrets?
