Functiondojo._event_listener.remove

<script src="../../js/dojo.js"></script>
defined in dojo/_base/event.js

clobbers the listener from the node

Usage

function (/*DOMNode*/ node, /*String*/ event, handle) (view source)
parametertypedescription
nodeDOMNodeDOM node to attach the event to
eventStringthe name of the handler to remove the function from
handle the handle returned from add