![]() | Name | Last modified | Size | Description |
---|---|---|---|---|
![]() | Parent Directory | - | ||
![]() | test/ | 2 years ago | - | |
![]() | LICENSE | 2 years ago | 1.0K | |
![]() | README.md | 2 years ago | 1.5K | 9b1f1b9 rm old utils [كارل مبارك] |
![]() | implementation.js | 2 years ago | 1.4K | |
![]() | index.js | 2 years ago | 126 | 8b8b68d rm everythin MOTD related [كارل مبارك] |
![]() | package.json | 2 years ago | 1.5K | 2324c9f added npm start script [كارل مبارك] |
Implementation of function.prototype.bind
I mainly do this for unit tests I run on phantomjs. PhantomJS does not have Function.prototype.bind :(
Function.prototype.bind = require("function-bind")
npm install function-bind