UNPKG

112 BJavaScriptView Raw
1var Resource = require('./Resource');
2
3Resource.prototype._Request = XMLHttpRequest;
4
5module.exports = Resource;
\No newline at end of file