Browserify after [32677]

See #30949.

Built from https://develop.svn.wordpress.org/trunk@32697


git-svn-id: http://core.svn.wordpress.org/trunk@32667 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2015-06-06 19:50:29 +00:00
parent 50369e1c98
commit 521de0130b
3 changed files with 5 additions and 5 deletions

View File

@ -7747,8 +7747,8 @@ module.exports = Select;
/*globals wp, _, jQuery */
/**
* Creates a dropzone on WP editor instances (elements with .wp-editor-wrap
* or #wp-fullscreen-body) and relays drag'n'dropped files to a media workflow.
* Creates a dropzone on WP editor instances (elements with .wp-editor-wrap)
* and relays drag'n'dropped files to a media workflow.
*
* wp.media.view.EditorUploader
*
@ -7855,7 +7855,7 @@ EditorUploader = View.extend({
}
View.prototype.render.apply( this, arguments );
$( '.wp-editor-wrap, #wp-fullscreen-body' ).each( _.bind( this.attach, this ) );
$( '.wp-editor-wrap' ).each( _.bind( this.attach, this ) );
return this;
},

File diff suppressed because one or more lines are too long

View File

@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.3-alpha-32696';
$wp_version = '4.3-alpha-32697';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.