class method document.stopObserving

View source on GitHub →

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

Unregisters an event handler from the document.

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