|
||||
---|---|---|---|---|
.. | ||||
test | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
.editorconfig | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
.eslintrc | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
.jscs.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
.npmignore | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
.travis.yml | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
LICENSE | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
README.md | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
implementation.js | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
index.js | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) | ||
package.json | 11e3a9652a | лет %!s(int64=7): %!d(string=назад) |
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