stopObserving
1.6.0
document.stopObserving(eventName, handler[, useCapture = false]) -> document
Unregisters an event handler from the document.
document.stopObserving is the document-wide version of Element#stopObserving.
document.stopObserving(eventName, handler[, useCapture = false]) -> document
Unregisters an event handler from the document.
document.stopObserving is the document-wide version of Element#stopObserving.