Ticket #4355: ajax_patch.diff
| File ajax_patch.diff, 368 bytes (added by the-architect, 4 years ago) |
|---|
-
jquery/src/ajax.js
diff --git a/jquery/src/ajax.js b/jquery/src/ajax.js index 0f5f805..66eb1d0 100644
a b jQuery.fn.extend({ 27 27 } else if( typeof params === "object" ) { 28 28 params = jQuery.param( params ); 29 29 type = "POST"; 30 } else if( typeof params === "string" ) { 31 type = "POST"; 30 32 } 31 33 32 34 var self = this;
