Skip to content

Commit 094eba3

Browse files
committed
Reverted anchor link for es5-compat section
1 parent 98277ca commit 094eba3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Other Style Guides
4646
1. [Accessors](#accessors)
4747
1. [Events](#events)
4848
1. [jQuery](#jquery)
49-
1. [ECMAScript 5 Compatibility](#ecmascript-5-compatibility)
49+
1. [ECMAScript 5 Compatibility](#es5-compat--kangax)
5050
1. [ECMAScript 6+ (ES 2015+) Styles](#ecmascript-6-es-2015-styles)
5151
1. [Standard Library](#standard-library)
5252
1. [Testing](#testing)
@@ -709,7 +709,7 @@ Other Style Guides
709709
}
710710

711711
// good
712-
let test; // if you are planning to reassign value
712+
let test; // if you are planning to reassign value
713713
if (currentUser) {
714714
test = () => {
715715
console.log('Yup.');
@@ -2141,7 +2141,7 @@ Other Style Guides
21412141
case 4:
21422142
bar();
21432143
break;
2144-
default: {
2144+
default: {
21452145
// Will be available only in the default block
21462146
class C {}
21472147
}
@@ -3790,8 +3790,8 @@ Other Style Guides
37903790

37913791
## ECMAScript 6 Compatibility
37923792

3793-
<a name="ecmascript-5-compatibility"></a><a name="26.1"></a>
3794-
- [27.1](#ecmascript-5-compatibility) Refer to the [ES5 compatibility table](https://compat-table.github.io/compat-table/es5/) for features compatibility
3793+
<a name="es5-compat--kangax"></a><a name="26.1"></a>
3794+
- [27.1](#es5-compat--kangax) Refer to the [ES5 compatibility table](https://compat-table.github.io/compat-table/es5/) for features compatibility
37953795

37963796
**[⬆ back to top](#table-of-contents)**
37973797

0 commit comments

Comments
 (0)