-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not a function errors... fn() not a valid function on non-jQuery? #143
Comments
I think the problem is caused by these lines: familysearch-javascript-sdk/src/helpers.js Lines 89 to 95 in e014974
|
Deployed. Testing. |
We're one step closer. There's a new error now
It's caused by this line: familysearch-javascript-sdk/src/helpers.js Line 180 in e014974
I think the problem is due to the If that's correct then the fix would be to replace
But bind is only supported by IE 9+. If that's a problem then you can try this:
|
@justincy @jimmyz
I've been scratching my head for a while on this. Finally found a stack-trace for this. In my environment I am using Angular w/o any jQuery. In my compressed file, you can see the stack trace here:
https://cloudup.com/cYEL-fFQe9O
Here's an expanded code block:
It appears seems that fn() doesn't exist at the time it runs.
It correlates to this line of code:
familysearch-javascript-sdk/src/helpers.js
Lines 80 to 87 in e014974
Any ideas? I literally have thousands of these bug reports for this little line. It doesn't affect anything per say, but it may be the reason that chrome sessions don't always expire gracefully.
The text was updated successfully, but these errors were encountered: