From 2e589904c7cfc5564dbce2e9266ab123d03881e4 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 30 Jan 2015 00:05:38 +1100 Subject: [PATCH] comment out detection file --- lib/6to5/detection/index.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/6to5/detection/index.js b/lib/6to5/detection/index.js index 26226c1b6e..86a573d70e 100644 --- a/lib/6to5/detection/index.js +++ b/lib/6to5/detection/index.js @@ -1,7 +1,7 @@ -exports.canRun = function (ast, userAgent) { +//exports.canRun = function (ast, userAgent) { -}; +//}; -exports.whoCanRun = function (ast, userAgent) { +//exports.whoCanRun = function (ast, userAgent) { -}; +//};