Add onprogress for ie9 silliness

This commit is contained in:
Kegan Myers 2014-04-14 12:00:31 -05:00
parent 93ae173d99
commit 7346b33944
3 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "Typertext",
"version": "0.6.0-alpha1",
"version": "0.6.0-alpha2",
"homepage": "https://github.com/terribleplan/Typertext",
"authors": [
"Kegan Myers <kegan@keganmyers.com>"

View File

@ -36,6 +36,8 @@ module Typertext.Transport {
callback(new HttpResponse(HttpResponseStatus.success, getHeader, 200, xdr.responseText));
};
xdr.onprogress = () => null;
//Finally, open the request
xdr.open(HttpMethod[method], request.ToString());

View File

@ -5,7 +5,7 @@
"type": "git",
"url": "https://github.com/terribleplan/Typertext.git"
},
"version": "0.6.0-alpha1",
"version": "0.6.0-alpha2",
"devDependencies": {
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",