[extensions-web] uploader: Update a spec reference



commit 8e4e11a26037644b0d76b6b01b5fe90dcbf70e85
Author: Jasper St. Pierre <jstpierre mecheye net>
Date:   Thu Oct 25 17:07:48 2012 -0400

    uploader: Update a spec reference

 sweettooth/static/js/uploader.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/sweettooth/static/js/uploader.js b/sweettooth/static/js/uploader.js
index 9358f0a..29b65a9 100644
--- a/sweettooth/static/js/uploader.js
+++ b/sweettooth/static/js/uploader.js
@@ -42,7 +42,7 @@ define(['jquery'], function($) {
 
                 var df = $.ajax(url, { type: 'POST',
                                        // Let the XMLHttpRequest figure out the mimetype from the FormData
-                                       // http://dev.w3.org/2006/webapi/XMLHttpRequest-2/Overview.html#the-send-method
+                                       // http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-send%28%29-method
                                        contentType: false,
                                        processData: false,
                                        data: fd });



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]