From 319ed09407c084037531207cd80ad790b6519f78 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Sun, 14 Dec 2014 14:49:48 +1100 Subject: [PATCH] remove string includes polyfill --- lib/6to5/polyfill.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/6to5/polyfill.js b/lib/6to5/polyfill.js index 9c2cf47317..f6253cf6e9 100644 --- a/lib/6to5/polyfill.js +++ b/lib/6to5/polyfill.js @@ -34,8 +34,6 @@ require("./transformation/transformers/es6-generators/runtime"); ensureSymbol("species"); -String.prototype.includes = String.prototype.includes || String.prototype.contains; - // Abstract references ensureSymbol("referenceGet");