Make WordPress Core

Changeset 37955


Ignore:
Timestamp:
07/04/2016 08:44:30 PM (9 years ago)
Author:
ocean90
Message:

Customize: Use the correct variable when referring to the media frame.

Props celloexpressions.
Fixes #36236.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/js/customize-controls.js

    r37867 r37955  
    24442444                    controller.frame.close();
    24452445                } ).fail( function() {
    2446                     controller.trigger('content:error:crop');
     2446                    controller.frame.trigger('content:error:crop');
    24472447                } );
    24482448            } else {
Note: See TracChangeset for help on using the changeset viewer.