Software Archive
Read-only legacy content
17061 Discussions

Uncaught TypeError

Bart-Jan_v_
Beginner
337 Views

Hi,

I keep running into 

Uncaught TypeError: Cannot read property 'call' of undefined

which is caused by target-script-min.js:1283

I tried googling this error but couldn't find anything that made sense to me about this error. Can anyone explain what is going wrong here and how I can either fix or disable this error?

Thanks!

0 Kudos
3 Replies
Roi_D_
New Contributor I
337 Views

Is target-script-min.js your script? could be from 3rd party library/plugin you are using. try to check you are using it correctly or if there is a newer version of the library/plugin you are trying to use?

0 Kudos
Bart-Jan_v_
Beginner
337 Views

Roi D. wrote:

Is target-script-min.js your script? could be from 3rd party library/plugin you are using. try to check you are using it correctly or if there is a newer version of the library/plugin you are trying to use?

It seems to be generated whenever I use emulators in XDK, its not a 3rd party library/plugin or a script of my own.

0 Kudos
PaulF_IntelCorp
Employee
337 Views

That's an internal JS file, used by the Emulate tab, I believe. You can safely ignore it.

0 Kudos
Reply