jakub-g / gh-code-review-assistant

:octocat: (no longer maintained) GitHub Code Review Assistant tool is a userscript (lightweight extension) for Firefox / Chrome
Other
27 stars 8 forks source link

Test: try to polyfill Function.bind in phantom #26

Closed jakub-g closed 10 years ago

jakub-g commented 10 years ago
page.onInitialized = function() {
    Function.bind = function() {
        ...
    };
};