From d20ad91dc2ca976961c1c0a9b99da6871ddd576e Mon Sep 17 00:00:00 2001 From: Guillermo Rauch Date: Fri, 17 Jan 2014 10:28:23 -0800 Subject: [PATCH] util: remove unused `hasCORS` --- lib/util.js | 8 -------- 1 file changed, 8 deletions(-) diff --git a/lib/util.js b/lib/util.js index 7dad3f72..d1011946 100644 --- a/lib/util.js +++ b/lib/util.js @@ -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. *