Changes between Initial Version and Version 1 of Ticket #21785, comment 45
- Timestamp:
- 03/25/2014 01:17:07 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21785, comment 45
initial v1 1 1 attachment:21785-doCrop-move.2.diff - updated doCrop -> Attachment model refactor as per gcorne and nacin's feedback. 2 3 Also, I was wondering whether there's a better way to get the lastState's selection, rather than doing 4 {{{ 5 this.set('selection', new media.model.Selection(this.frame._selection.single)); 6 }}}