Make WordPress Core

Changeset 27498


Ignore:
Timestamp:
03/11/2014 04:19:25 AM (12 years ago)
Author:
nacin
Message:

JS linting for [27497].

see #21785.

Location:
trunk/src
Files:
3 edited

Legend:

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

    r27497 r27498  
    421421                 */
    422422                openMedia: function(event) {
    423                         var title, suggestedWidth, suggestedHeight,
     423                        var suggestedWidth, suggestedHeight,
    424424                                l10n = _wpMediaViewsL10n;
    425425
  • trunk/src/wp-includes/js/customize-models.js

    r27497 r27498  
    1 /* globals _wpCustomizeHeader, _wpCustomizeSettings */
     1/* globals _wpCustomizeHeader */
    22(function( $, wp ) {
    33        var api = wp.customize;
     
    8989                                wp_customize: 'on',
    9090                                theme: api.settings.theme.stylesheet,
    91                                 attachment_id: data.attachment_id,
     91                                attachment_id: data.attachment_id
    9292                        } );
    9393                },
  • trunk/src/wp-includes/js/media-views.js

    r27497 r27498  
    13821382                                                        this.$el.attr('disabled', true);
    13831383                                                        this.controller.state().doCrop( selection ).done( function( croppedImage ) {
    1384                                                                 console.log( croppedImage );
    13851384                                                                self.controller.trigger('cropped', croppedImage );
    13861385                                                                self.controller.close();
Note: See TracChangeset for help on using the changeset viewer.