cb icon indicating copy to clipboard operation
cb copied to clipboard

Generate a uid for each callback

Open jbrumwell opened this issue 12 years ago • 0 comments

This will generate a unique id for each callback, useful for when transmitting over network, and also will be vital for the next pull request which will deal with freeing callbacks from emitters.

It does introduce a dependency on node-uuid, the next PR will do it without node-uuid if you want to avoid the dependency and support for network.

jbrumwell avatar Nov 09 '12 15:11 jbrumwell