dojo.disconnect
<script src="../../js/dojo.js"></script>
defined in dojo/_base/connect.js
Removes the connection between event and the method referenced by handle.
Usage
function (handle) (view source)
parameter | type | description |
---|---|---|
handle | the return value of the dojo.connect call that created the connection. |