Skip to content

Instantly share code, notes, and snippets.

@digerata
Created October 7, 2014 19:01
Show Gist options
  • Save digerata/7b520936282fd1bf9840 to your computer and use it in GitHub Desktop.
Save digerata/7b520936282fd1bf9840 to your computer and use it in GitHub Desktop.
Calling abort on jQuery (1.11.1) will result in an exception:
SyntaxError: JSON Parse error: Unexpected identifier "undefined"
Test case:
$.get('http://jsonip.com').abort();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment