Bundled output for commit fd7cf8041e [skip ci]
This commit is contained in:
parent
fd7cf8041e
commit
4d0047380c
3 changed files with 4 additions and 4 deletions
|
|
@ -389,7 +389,7 @@ var _9 = function($window, Promise) {
|
|||
}
|
||||
function deserialize(data) {
|
||||
try {return data !== "" ? JSON.parse(data) : null}
|
||||
catch (e) {throw new Error(data)}
|
||||
catch (e) {throw new Error("Invalid JSON: " + data)}
|
||||
}
|
||||
function extract(xhr) {return xhr.responseText}
|
||||
function cast(type0, data) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue