You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
IE8 incorrectly calls the function expression named resolve within the defer() closure, instead of calling the outer function named resolve() like every other sane platform does. The fix is simple--rename the function expression, or remove the name entirely, but I prefer the former for debugging purposes.
The text was updated successfully, but these errors were encountered:
IE8 incorrectly calls the function expression named
resolve
within thedefer()
closure, instead of calling the outer function namedresolve()
like every other sane platform does. The fix is simple--rename the function expression, or remove the name entirely, but I prefer the former for debugging purposes.The text was updated successfully, but these errors were encountered: