JSHint after [30124].

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


git-svn-id: http://core.svn.wordpress.org/trunk@30125 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Scott Taylor 2014-10-31 20:38:21 +00:00
parent a6cb067481
commit 7eefc4d1e1
3 changed files with 5 additions and 5 deletions

View File

@ -1308,7 +1308,7 @@
* *
* @param {wp.media.view.attachmentsBrowser} The attachments browser view. * @param {wp.media.view.attachmentsBrowser} The attachments browser view.
*/ */
renderSettings: function( browser ) { renderSettings: function( attachmentsBrowserView ) {
var library = this.get('library'), var library = this.get('library'),
collectionType = this.get('collectionType'), collectionType = this.get('collectionType'),
dragInfoText = this.get('dragInfoText'), dragInfoText = this.get('dragInfoText'),

File diff suppressed because one or more lines are too long

View File

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