Watch.JS icon indicating copy to clipboard operation
Watch.JS copied to clipboard

Uncaught TypeError: Cannot read property 'undefined' of undefined

Open lcnvdl opened this issue 12 years ago • 1 comments

I just added:

<script src="js/watch.js"></script>

Using the last version of Google Chrome.

And i get an infinite error: Uncaught TypeError: Cannot read property 'undefined' of undefined

in line: var difference = getObjDiff(subj.obj[subj.prop], subj.actual);

lcnvdl avatar Oct 19 '13 04:10 lcnvdl

I just had a similar issue with

Uncaught TypeError: Cannot read property '<propertyName>' of undefined 

inside getObjDiff (after deleting an attribute). Updating to the latest version fixed this error for me.

cemrich avatar Dec 31 '13 17:12 cemrich