|
Last change
on this file was 9af201e, checked in by MBK <marija.karapandzova@…>, 11 days ago |
|
Fix frontend appearance
|
-
Property mode
set to
100644
|
|
File size:
391 bytes
|
| Line | |
|---|
| 1 | 'use strict';
|
|---|
| 2 | // TODO: Remove from `core-js@4`
|
|---|
| 3 | var $ = require('../internals/export');
|
|---|
| 4 | var bind = require('../internals/function-bind');
|
|---|
| 5 |
|
|---|
| 6 | // `Function.prototype.bind` method
|
|---|
| 7 | // https://tc39.es/ecma262/#sec-function.prototype.bind
|
|---|
| 8 | // eslint-disable-next-line es/no-function-prototype-bind -- detection
|
|---|
| 9 | $({ target: 'Function', proto: true, forced: Function.bind !== bind }, {
|
|---|
| 10 | bind: bind
|
|---|
| 11 | });
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.