X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=src%2Fajax.js;h=1cb7ee5b16793305d06ede2be81f622fc51fcbd3;hb=10068d5fd03ebd621cc26e74cb7fc1ae9a5abab7;hp=858ac4b7a2b5923ad0df4c4e3aff02c5b762b709;hpb=67089eedf6f84acd9c16ea2a6dadadf7b13a7c84;p=jquery.git diff --git a/src/ajax.js b/src/ajax.js index 858ac4b..1cb7ee5 100644 --- a/src/ajax.js +++ b/src/ajax.js @@ -102,7 +102,7 @@ jQuery.fn.extend({ }); // Attach a bunch of functions for handling common AJAX events -jQuery.each( "ajaxStart,ajaxStop,ajaxComplete,ajaxError,ajaxSuccess,ajaxSend".split(","), function(i,o){ +jQuery.each( "ajaxStart ajaxStop ajaxComplete ajaxError ajaxSuccess ajaxSend".split(" "), function(i,o){ jQuery.fn[o] = function(f){ return this.bind(o, f); };