Revert "Catch one more place where a plain-text error was thrown."

This reverts commit cc4a999648.
This commit is contained in:
Dave Methvin
2011-11-08 12:49:58 -05:00
parent 0cc806fd88
commit d8e2b4b6e4

View File

@@ -546,7 +546,7 @@ jQuery.extend({
} catch(e) {
// We have a parsererror
statusText = "parsererror";
error = e.message;
error = e;
}
}
} else {