summaryrefslogtreecommitdiffstatshomepage
path: root/src/js/media/views/frame.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/frame.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/frame.js')
-rw-r--r--src/js/media/views/frame.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/media/views/frame.js b/src/js/media/views/frame.js
index 9c85811099..bd7a5c5786 100644
--- a/src/js/media/views/frame.js
+++ b/src/js/media/views/frame.js
@@ -80,7 +80,7 @@ var Frame = wp.media.View.extend(/** @lends wp.media.view.Frame.prototype */{
/**
* Reset all states on the frame to their defaults.
*
- * @returns {wp.media.view.Frame} Returns itself to allow chaining
+ * @returns {wp.media.view.Frame} Returns itself to allow chaining.
*/
reset: function() {
this.states.invoke( 'trigger', 'reset' );