Changeset 27498
- Timestamp:
- 03/11/2014 04:19:25 AM (11 years ago)
- Location:
- trunk/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r27497 r27498 421 421 */ 422 422 openMedia: function(event) { 423 var title,suggestedWidth, suggestedHeight,423 var suggestedWidth, suggestedHeight, 424 424 l10n = _wpMediaViewsL10n; 425 425 -
trunk/src/wp-includes/js/customize-models.js
r27497 r27498 1 /* globals _wpCustomizeHeader , _wpCustomizeSettings*/1 /* globals _wpCustomizeHeader */ 2 2 (function( $, wp ) { 3 3 var api = wp.customize; … … 89 89 wp_customize: 'on', 90 90 theme: api.settings.theme.stylesheet, 91 attachment_id: data.attachment_id ,91 attachment_id: data.attachment_id 92 92 } ); 93 93 }, -
trunk/src/wp-includes/js/media-views.js
r27497 r27498 1382 1382 this.$el.attr('disabled', true); 1383 1383 this.controller.state().doCrop( selection ).done( function( croppedImage ) { 1384 console.log( croppedImage );1385 1384 self.controller.trigger('cropped', croppedImage ); 1386 1385 self.controller.close();
Note: See TracChangeset
for help on using the changeset viewer.