remove string includes polyfill

This commit is contained in:
Sebastian McKenzie
2014-12-14 14:49:48 +11:00
parent 77f9596682
commit 319ed09407

View File

@@ -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");