Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #21785, comment 45


Ignore:
Timestamp:
03/25/2014 01:17:07 PM (11 years ago)
Author:
ehg
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #21785, comment 45

    initial v1  
    11attachment:21785-doCrop-move.2.diff - updated doCrop -> Attachment model refactor as per gcorne and nacin's feedback.
     2
     3Also, I was wondering whether there's a better way to get the lastState's selection, rather than doing
     4{{{
     5this.set('selection', new media.model.Selection(this.frame._selection.single));
     6}}}