Skip to content

Commit 2e2d880

Browse files
committed
README: Note that Traceur now uses this polyfill
Ref. google/traceur-compiler#555.
1 parent 4bf8ebd commit 2e2d880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ A robust & optimized ES3-compatible polyfill for [the `String.prototype.endsWith
55
Other polyfills for `String.prototype.endsWith` are available:
66

77
* <https://github.com/paulmillr/es6-shim/blob/4322eae20b6f8a7769fa1d89ac207ef8ee9e1ee4/es6-shim.js#L156-L165> by [Paul Miller](http://paulmillr.com/) ([fails 5 tests](https://github.com/paulmillr/es6-shim/issues/168))
8-
* <https://github.com/google/traceur-compiler/blob/b9b6c1ad7837c6f156213f690c05374604767fac/src/runtime/runtime.js#L55-L59> by Google (fails a lot of tests)
8+
* <https://github.com/google/traceur-compiler/blob/b9b6c1ad7837c6f156213f690c05374604767fac/src/runtime/runtime.js#L55-L59> by Google (~~[fails a lot of tests](https://github.com/google/traceur-compiler/pull/555)~~ now uses this polyfill and passes all tests)
99

1010
## Installation
1111

0 commit comments

Comments
 (0)