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
.
document.stopObserving([eventName[, handler]]) → Element
Unregisters an event handler from the document.
document.stopObserving
is the document-wide version of
Element.stopObserving
.