Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #64425, comment 1


Ignore:
Timestamp:
12/17/2025 11:14:42 AM (4 months ago)
Author:
neo2k23
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #64425, comment 1

    initial v1  
    88}}}
    99
     10changing line 74 in wp-upload.js to
    1011
    1112
     13{{{
     14        this[ key ] = this[ key ].bind( this );
     15}}}
     16
     17Fixes the .proxy warning but i am not sure that is the correct fix as because .bind does not set guid on the bound function instances so that proxied event handlers can be removed without storing the instance of the proxied function.
     18