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

This commit is contained in:
Dave Methvin 2011-11-08 10:09:53 -05:00
parent f0e43fad37
commit cc4a999648

View File

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