dojox.wire.ml.Action._disconnect
dojo.require("dojox.wire.ml.Action");
defined in dojox/wire/ml/Action.js
If 'triggerEvent' and 'trigger' are specified, disconnect() is used to set up run() not to be called on the event. If 'triggerTopic' is specified, unsubscribe() is used to set up run() not to be called on the topic.
Usage
function () (view source)