Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #37269


Ignore:
Timestamp:
07/04/2016 04:48:22 PM (10 years ago)
Author:
westonruter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #37269

    • Property Keywords needs-unit-tests added
  • Ticket #37269 – Description

    initial v1  
    2424
    2525Notice the multi-line comment. We can't re-render the notifications at a `remove` event because this event gets triggered just ''before'' it is removed, somewhat unexpectedly. We should therefore introduce a `removed` event that gets triggered ''after'' the removal so that workarounds using `debounce` or `defer` aren't required.
     26
     27Submitted patch should include unit test.