object.watch

Observe changes on object properties.

This script should not be not be installed directly. It is a library for other scripts to include with the meta directive // @require https://update.greasyfork.org/scripts/5314/20683/objectwatch.js

Author
Panayot Ivanov
Version
0.0.1.20141001154443
Created
2014-09-26
Updated
2014-10-01
License
N/A

/*
* object.watch polyfill
*
* 2012-04-03
*
* By Eli Grey, http://eligrey.com
* Public Domain.
* NO WARRANTY EXPRESSED OR IMPLIED. USE AT YOUR OWN RISK.
*
*/

See examples of the usage here:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/watch#Examples