• Sean Hammond's avatar
    Don't call Function.bind in src/annotator · 0f148805
    Sean Hammond authored
    Don't call the parent browsing environment's Function.bind() function
    from the src/annotator code.
    
    Some parent pages modify Function.protoype.bind(), for example replacing
    it with their own broken bind() polyfill, and this causes our code to
    crash.
    
    Work around this by just not using bind().
    
    Fixes #245
    0f148805
Name
Last commit
Last update
..
annotator Loading commit data...
boot Loading commit data...
images/icons Loading commit data...
shared Loading commit data...
sidebar Loading commit data...
styles Loading commit data...
karma.config.js Loading commit data...
tsconfig.json Loading commit data...