-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
When error as such appears in log: Uncaught TypeError: Cannot read property 'xxx' of undefined
JQMH also errors out, because erroredFunction is null and null is equal to object.
if ( typeof erroredFunction !== 'object' || typeof erroredFunction[1] === "undefined" || -1 === jQueryFunctions.indexOf( erroredFunction[1] ) ) {
return true;
}
Error caused:
Uncaught TypeError: Cannot read property '1' of null
at window.onerror ((index):139)
window.onerror @ (index):139
error (async)
(anonymous) @ (index):115
Probably null should also be checked, when no matches are found?
bndn
Metadata
Metadata
Assignees
Labels
No labels