Functiondojox.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)
parametertypedescription
connectionObjectA connection handle returned by connect()