Functiondojo.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)
parametertypedescription
handle the return value of the dojo.connect call that created the connection.