mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
JSHint after [30120].
Built from https://develop.svn.wordpress.org/trunk@30124 git-svn-id: http://core.svn.wordpress.org/trunk@30124 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
2e76a697f6
commit
a6cb067481
@ -1308,7 +1308,7 @@
|
||||
*
|
||||
* @param {wp.media.view.attachmentsBrowser} The attachments browser view.
|
||||
*/
|
||||
renderSettings: function( attachmentsBrowserView ) {
|
||||
renderSettings: function( browser ) {
|
||||
var library = this.get('library'),
|
||||
collectionType = this.get('collectionType'),
|
||||
dragInfoText = this.get('dragInfoText'),
|
||||
@ -1566,7 +1566,7 @@
|
||||
* @augments wp.media.controller.State
|
||||
* @augments Backbone.Model
|
||||
*
|
||||
* @param {object} [attributes] The attributes hash passed to the state.
|
||||
* @param {object} [attributes] The attributes hash passed to the state.
|
||||
* @param {string} [attributes.id=replace-image] Unique identifier.
|
||||
* @param {string} [attributes.title=Replace Image] Title for the state. Displays in the media menu and the frame's title region.
|
||||
* @param {wp.media.model.Attachments} [attributes.library] The attachments collection to browse.
|
||||
|
6
wp-includes/js/media-views.min.js
vendored
6
wp-includes/js/media-views.min.js
vendored
File diff suppressed because one or more lines are too long
@ -4,7 +4,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.1-alpha-30123';
|
||||
$wp_version = '4.1-alpha-30124';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user