2014-04-01 00:47:41 -06:00

8 lines
167 B
JavaScript

window.AWS = module.exports = require('./core');
// Load the DOMParser XML parser
require('./xml/browser_parser');
// Load the XHR HttpClient
require('./http/xhr');