src code

class method document.stopObserving

document.stopObserving([eventName[, handler]]) → Element

Unregisters an event handler from the document.

document.stopObserving is the document-wide version of Element.stopObserving.