From 9bb8a16d9378718d228b64a9210e82dbdd4bb5ba Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Wed, 5 Nov 2014 15:22:17 +1100 Subject: [PATCH] change polyfill to monkey patch in browser comment --- lib/6to5/browser.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/6to5/browser.js b/lib/6to5/browser.js index be90701548..7abbb782b9 100644 --- a/lib/6to5/browser.js +++ b/lib/6to5/browser.js @@ -1,4 +1,4 @@ -// this is gross but it polyfills in behaviour required by `depd` used by +// this is gross but it monkey patches in behaviour required by `depd` used by // `ast-types` Error.captureStackTrace = Error.captureStackTrace || function (obj) { if (Error.prepareStackTrace) {