util: remove unused hasCORS

This commit is contained in:
Guillermo Rauch
2014-01-17 10:28:23 -08:00
parent 41fa0c3993
commit d20ad91dc2

View File

@@ -117,14 +117,6 @@ exports.parseJSON = function (data) {
exports.ua = {};
/**
* Whether the UA supports CORS for XHR.
*
* @api private
*/
exports.ua.hasCORS = require('has-cors');
/**
* Detect webkit.
*