From 04c3ee3045664c5c818e51525df58f45ad330485 Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Fri, 31 Oct 2014 20:34:39 +0000 Subject: [PATCH] JSHint after [30120]. git-svn-id: https://develop.svn.wordpress.org/trunk@30124 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/media-views.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wp-includes/js/media-views.js b/src/wp-includes/js/media-views.js index 335087062c..47348c05a6 100644 --- a/src/wp-includes/js/media-views.js +++ b/src/wp-includes/js/media-views.js @@ -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.