From f27f4f2a527233bdbd9989ac2d5bd127d57da232 Mon Sep 17 00:00:00 2001
From: addyosmani
Date: Thu, 17 May 2012 19:51:00 +0100
Subject: [PATCH] Fixes #14: adding notes about cache:false edge cases
---
entries/jQuery.ajax.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/entries/jQuery.ajax.xml b/entries/jQuery.ajax.xml
index 69d585d9..9ed19b94 100644
--- a/entries/jQuery.ajax.xml
+++ b/entries/jQuery.ajax.xml
@@ -22,7 +22,7 @@
A pre-request callback function that can be used to modify the jqXHR (in jQuery 1.4.x, XMLHTTPRequest) object before it is sent. Use this to set custom headers, etc. The jqXHR and settings maps are passed as arguments. This is an Ajax Event. Returning false in the beforeSend function will cancel the request. As of jQuery 1.5, the beforeSend option will be called regardless of the type of request.