From 1c1f58d11207f117a5cedf471d7cbc989950363c Mon Sep 17 00:00:00 2001 From: Jason Moon Date: Mon, 5 May 2014 09:57:46 -0500 Subject: [PATCH] Updated cdnjs links to 1.0.2 --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5ccf61c..4c5d5d6 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ http://jsfiddle.net/MoonScript/Q7bVG/show/ ## Instructions -With at least jQuery version 1.5, just include the [jquery.xdomainrequest.min.js](http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js) script into your page, then make your AJAX call like you normally would: +With at least jQuery version 1.5, just include the [jquery.xdomainrequest.min.js](http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.2/jquery.xdomainrequest.min.js) script into your page, then make your AJAX call like you normally would: ```JavaScript // GET @@ -39,4 +39,8 @@ $.ajax({ This script is hosted by [CDNJS](http://cdnjs.com): -http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.1/jquery.xdomainrequest.min.js +http://cdnjs.cloudflare.com/ajax/libs/jquery-ajaxtransport-xdomainrequest/1.0.2/jquery.xdomainrequest.min.js + +## Change log + +- **1.0.2** - added RequireJS AMD module support