Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger...
[jquery.git] / src / ajax.js
index 4ba4548..73e1db6 100644 (file)
@@ -584,7 +584,7 @@ jQuery.extend({
                                                data = (new Function("return " + data))();
 
                                } else {
-                                       throw "JSON Syntax Error: " + data;
+                                       throw "JSON.parse";
                                }
 
                        // If the type is "script", eval it in global context