From 40935394c8d368df60c0eae1f1a8204e91999fc0 Mon Sep 17 00:00:00 2001 From: Zack Bloom Date: Thu, 6 Mar 2014 17:43:05 -0500 Subject: [PATCH] Rebuild --- br/index.html | 18 ++++++++++++++++++ index.html | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/br/index.html b/br/index.html index 36986a97..1c77de5c 100644 --- a/br/index.html +++ b/br/index.html @@ -166,6 +166,7 @@

IE8+

var request = new XMLHttpRequest();
 request.open('POST', '/my/url', true);
+request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
 request.send(data);
 
@@ -1843,6 +1844,23 @@

IE8+

IE9+

string.trim();
+
+
+ + +
+

Type

+
+

jQuery

+
+
$.type(obj);
+
+
+
+
+

IE8+

+
+
Object.prototype.toString.call(obj).replace(/^\[object (.+)\]$/, "$1").toLowerCase();
 
diff --git a/index.html b/index.html index 1f604664..d9d800b5 100644 --- a/index.html +++ b/index.html @@ -176,6 +176,7 @@

IE8+

var request = new XMLHttpRequest();
 request.open('POST', '/my/url', true);
+request.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded; charset=UTF-8');
 request.send(data);
 
@@ -1881,6 +1882,23 @@

IE8+

IE9+

string.trim();
+
+
+
+ +
+

Type

+
+

jQuery

+
+
$.type(obj);
+
+
+
+
+

IE8+

+
+
Object.prototype.toString.call(obj).replace(/^\[object (.+)\]$/, "$1").toLowerCase();