Make WordPress Core

Changeset 32697


Ignore:
Timestamp:
06/06/2015 07:49:24 PM (9 years ago)
Author:
iseulde
Message:

Browserify after [32677]

See #30949.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/js/media-views.js

    r32464 r32697  
    77487748
    77497749/**
    7750  * Creates a dropzone on WP editor instances (elements with .wp-editor-wrap
    7751  * or #wp-fullscreen-body) and relays drag'n'dropped files to a media workflow.
     7750 * Creates a dropzone on WP editor instances (elements with .wp-editor-wrap)
     7751 * and relays drag'n'dropped files to a media workflow.
    77527752 *
    77537753 * wp.media.view.EditorUploader
     
    78567856
    78577857        View.prototype.render.apply( this, arguments );
    7858         $( '.wp-editor-wrap, #wp-fullscreen-body' ).each( _.bind( this.attach, this ) );
     7858        $( '.wp-editor-wrap' ).each( _.bind( this.attach, this ) );
    78597859        return this;
    78607860    },
Note: See TracChangeset for help on using the changeset viewer.