mirror of
https://github.com/jquery/jquery.git
synced 2026-01-27 16:38:23 -05:00
Revert "Catch one more place where a plain-text error was thrown."
This reverts commit cc4a999648.
This commit is contained in:
@@ -546,7 +546,7 @@ jQuery.extend({
|
||||
} catch(e) {
|
||||
// We have a parsererror
|
||||
statusText = "parsererror";
|
||||
error = e.message;
|
||||
error = e;
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user