Changes between Initial Version and Version 1 of Ticket #64425, comment 1
- Timestamp:
- 12/17/2025 11:14:42 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #64425, comment 1
initial v1 8 8 }}} 9 9 10 changing line 74 in wp-upload.js to 10 11 11 12 13 {{{ 14 this[ key ] = this[ key ].bind( this ); 15 }}} 16 17 Fixes 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