make dist

This commit is contained in:
ChenL
2018-01-12 10:53:43 +08:00
committed by Jun Yang
parent 925df9a9b5
commit d7c7f32d4b
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ var _engine = {
}
};
xhr.onerror = function () {
reject(new Error(xhr.statusText));
reject(new Error('An error occurred whilst sending the response.'));
};
xhr.open('GET', fullUrl);
xhr.send();
+1 -1
View File
File diff suppressed because one or more lines are too long