Object Oriented JavaScript Tutorial

Syntax

object.unwatch(prop)
The unwatch() method removes a watchpoint set on a property with the watch() method.
This method takes a the property, prop, as a parameter.