diff options
Diffstat (limited to 'src/js/media/views/attachments/browser.js')
-rw-r--r-- | src/js/media/views/attachments/browser.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/js/media/views/attachments/browser.js b/src/js/media/views/attachments/browser.js index 85ecfde14a..a4a880f842 100644 --- a/src/js/media/views/attachments/browser.js +++ b/src/js/media/views/attachments/browser.js @@ -95,7 +95,7 @@ AttachmentsBrowser = View.extend(/** @lends wp.media.view.AttachmentsBrowser.pro * * @since 5.3.0 * - * @returns {void} + * @return {void} */ announceSearchResults: _.debounce( function() { var count; @@ -123,7 +123,7 @@ AttachmentsBrowser = View.extend(/** @lends wp.media.view.AttachmentsBrowser.pro }, /** - * @returns {wp.media.view.AttachmentsBrowser} Returns itself to allow chaining. + * @return {wp.media.view.AttachmentsBrowser} Returns itself to allow chaining. */ dispose: function() { this.options.selection.off( null, null, this ); |