(date)
| 1994 | } |
| 1995 | |
| 1996 | function dateISOString(date) { |
| 1997 | // Try to get the modified date as an ISO String, if the date exists |
| 1998 | return date ? new Date(date).toISOString() : ''; |
| 1999 | } |
| 2000 | |
| 2001 | function getAwsResponse(xhr) { |
| 2002 | var code = elementText(xhr.responseText, "Code"), |
no outgoing calls
no test coverage detected