Skip to content
This repository has been archived by the owner on Mar 22, 2022. It is now read-only.

Uncaught TypeError: Cannot read property 'undefined' of undefined #60

Open
lcnvdl opened this issue Oct 19, 2013 · 1 comment
Open

Uncaught TypeError: Cannot read property 'undefined' of undefined #60

lcnvdl opened this issue Oct 19, 2013 · 1 comment

Comments

@lcnvdl
Copy link

lcnvdl commented Oct 19, 2013

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);

@cemrich
Copy link

cemrich commented Dec 31, 2013

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants