Bundled output for commit e4ba0318d6 [skip ci]

This commit is contained in:
Gandalf-the-Bot 2016-11-23 06:43:47 +00:00
parent e4ba0318d6
commit 8ecb370e95
3 changed files with 40 additions and 39 deletions

View file

@ -244,6 +244,7 @@ var _8 = function($window, Promise) {
if (args.deserialize === deserialize) {
xhr.setRequestHeader("Accept", "application/json, text/*")
}
if (args.withCredentials) xhr.withCredentials = args.withCredentials
if (typeof args.config === "function") xhr = args.config(xhr, args) || xhr
xhr.onreadystatechange = function() {
if (xhr.readyState === 4) {