dojox.wire.disconnect
dojo.require("dojox.wire._base");
defined in dojox/wire/_base.js
If 'handle' has 'topic', the topic is unsubscribed. Otherwise, the listener to an event is removed.
Usage
function (/*Object*/ connection) (view source)
parameter | type | description |
---|---|---|
connection | Object | A connection handle returned by connect() |