Hack to disable the snagging of normal Javascript errors. There must be a
authorSebastian Hammer <quinn@indexdata.com>
Sat, 14 Apr 2007 06:11:47 +0000 (06:11 +0000)
committerSebastian Hammer <quinn@indexdata.com>
Sat, 14 Apr 2007 06:11:47 +0000 (06:11 +0000)
better way of doing this.

www/masterkey/js/jquery.js

index fdb8764..3e07662 100644 (file)
@@ -7,7 +7,7 @@ if(typeof window.jQuery == "undefined") {
  * Dual licensed under the MIT (MIT-LICENSE.txt)
  * and GPL (GPL-LICENSE.txt) licenses.
  *
- * $Date: 2007-03-22 16:08:20 $
+ * $Date: 2007-04-14 06:11:47 $
  * $Rev: 1465 $
  */
 
@@ -1824,6 +1824,7 @@ jQuery.extend({
        },
 
        handleError: function( s, xml, status, e ) {
+               throw(e);
                // If a local callback was specified, fire it
                if ( s.error ) s.error( xml, status, e );