File tree 1 file changed +4
-4
lines changed
lib/node_modules/@stdlib/utils/function-name
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 48
48
49
49
* For more information regarding the naming of anonymous functions, see
50
50
51
- - [ Function Names in ES6] [ 2ality ]
51
+ - [ Function Names in ES6] [ 2ality-function-names ]
52
52
- Webkit bug [ 7726] [ webkit-bug-7726 ]
53
- - [ MDN] [ mdn ]
53
+ - [ MDN] [ mdn-function-name ]
54
54
55
55
</section >
56
56
@@ -102,9 +102,9 @@ bool = functionName( function () {} );
102
102
103
103
<section class =" links " >
104
104
105
- [ 2ality ] : http://www.2ality.com/2015/09/function-names-es6.html
105
+ [ 2ality-function-names ] : http://www.2ality.com/2015/09/function-names-es6.html
106
106
[ webkit-bug-7726 ] : https://bugs.webkit.org/show_bug.cgi?id=7726
107
- [ mdn ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
107
+ [ mdn-function-name ] : https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/name
108
108
109
109
</section >
110
110
You can’t perform that action at this time.
0 commit comments