Capítulo 206 de 411
Disables the Draggable and removes it from the internal lookup table (so Draggable.get() can no longer find it), making it eligible for garbage collection.
disable(): a disabled-but-not-killed instance is still findable via Draggable.get(id); a killed one is not. Use kill() when you're done with the instance for good.