summaryrefslogtreecommitdiffstatshomepage
path: root/src/js/media/views/attachments/browser.js
diff options
context:
space:
mode:
authorSergey Biryukov <sergeybiryukov@git.wordpress.org>2019-11-29 16:55:01 +0000
committerSergey Biryukov <sergeybiryukov@git.wordpress.org>2019-11-29 16:55:01 +0000
commitea5bfe134f50b91680369f50b4d12d233b1f917c (patch)
treea5378fdd0701937a619f485f7b7d203a675979b0 /src/js/media/views/attachments/browser.js
parent4b60e6a0db3e47ec018a8d9900e48cf7e70e0866 (diff)
downloadwordpress-ea5bfe134f50b91680369f50b4d12d233b1f917c.tar.gz
wordpress-ea5bfe134f50b91680369f50b4d12d233b1f917c.zip
Docs: Add missing full stops to `@returns` tags in JS docs, per the documentation standards.
Props shital-patel, kalpshit. Fixes #48305. git-svn-id: https://develop.svn.wordpress.org/trunk@46799 602fd350-edb4-49c9-b593-d223f7449a82
Diffstat (limited to 'src/js/media/views/attachments/browser.js')
-rw-r--r--src/js/media/views/attachments/browser.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/media/views/attachments/browser.js b/src/js/media/views/attachments/browser.js
index a757a47f50..85ecfde14a 100644
--- a/src/js/media/views/attachments/browser.js
+++ b/src/js/media/views/attachments/browser.js
@@ -123,7 +123,7 @@ AttachmentsBrowser = View.extend(/** @lends wp.media.view.AttachmentsBrowser.pro
},
/**
- * @returns {wp.media.view.AttachmentsBrowser} Returns itself to allow chaining
+ * @returns {wp.media.view.AttachmentsBrowser} Returns itself to allow chaining.
*/
dispose: function() {
this.options.selection.off( null, null, this );