Skip to content

Commit 3ad2404

Browse files
committed
Added link to Mozilla documentation on Function.bind
1 parent 7fb8b03 commit 3ad2404

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
@@ -2431,7 +2431,7 @@ Other Style Guides
24312431
```
24322432
24332433
<a name="naming--self-this"></a><a name="22.5"></a>
2434-
- [22.5](#naming--self-this) Don't save references to `this`. Use arrow functions or Function#bind. jscs: [`disallowNodeTypes`](http://jscs.info/rule/disallowNodeTypes)
2434+
- [22.5](#naming--self-this) Don't save references to `this`. Use arrow functions or [Function#bind](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind). jscs: [`disallowNodeTypes`](http://jscs.info/rule/disallowNodeTypes)
24352435
24362436
```javascript
24372437
// bad

0 commit comments

Comments
 (0)