I was messing around with $.Callbacks, trying to learn how it works. I noticed there's callbacks.lock(), but no callbacks.unlock(). Why not? How would you unlock the callback list if you wanted to use it again?
Also, what's the difference between callbacks.lock() and callbacks.disable()? They seem to both do the same thing and both seem to have no way to undo them (there's no callbacks.enable()).