dojo.disconnect¶
Deprecated
This method to disconnects a handle returned from dojo/connect.
However, new code should use dojo/on instead of dojo/connect,
and should merely call handle.remove()
to remove a handle.
Deprecated
This method to disconnects a handle returned from dojo/connect.
However, new code should use dojo/on instead of dojo/connect,
and should merely call handle.remove()
to remove a handle.