global XMLHttpRequest declaration extended

This commit is contained in:
Vladimir Enchev
2015-07-20 14:52:04 +03:00
parent e2f464e1d2
commit 272597f7bd
2 changed files with 5 additions and 1 deletions

View File

@@ -134,7 +134,7 @@ export var test_XMLHttpRequest_FormDataContentSentAndReceivedProperly = function
data.append("MyVariableOne", "ValueOne");
data.append("MyVariableTwo", "ValueTwo");
xhr.send(<any>data);
xhr.send(data);
};
export var test_XMLHttpRequest_abortShouldCancelonreadystatechange = function (done) {