Update core error text. [ci skip]

This commit is contained in:
John-David Dalton
2016-11-10 11:38:58 -08:00
parent dadde87cab
commit 032637bba1

View File

@@ -18,7 +18,7 @@
var LARGE_ARRAY_SIZE = 200;
/** Error message constants. */
var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://github.com/es-shims.',
var CORE_ERROR_TEXT = 'Unsupported core-js use. Try https://npms.io/search?q=ponyfill.',
FUNC_ERROR_TEXT = 'Expected a function';
/** Used to stand-in for `undefined` hash values. */