summaryrefslogtreecommitdiffstatshomepage
path: root/src/js/media/views/frame.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/js/media/views/frame.js')
-rw-r--r--src/js/media/views/frame.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/js/media/views/frame.js b/src/js/media/views/frame.js
index bd7a5c5786..ac69d6e072 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.
+ * @return {wp.media.view.Frame} Returns itself to allow chaining.
*/
reset: function() {
this.states.invoke( 'trigger', 'reset' );
@@ -114,7 +114,7 @@ var Frame = wp.media.View.extend(/** @lends wp.media.view.Frame.prototype */{
* Activate a mode on the frame.
*
* @param string mode Mode ID.
- * @returns {this} Returns itself to allow chaining.
+ * @return {this} Returns itself to allow chaining.
*/
activateMode: function( mode ) {
// Bail if the mode is already active.
@@ -131,7 +131,7 @@ var Frame = wp.media.View.extend(/** @lends wp.media.view.Frame.prototype */{
* Deactivate a mode on the frame.
*
* @param string mode Mode ID.
- * @returns {this} Returns itself to allow chaining.
+ * @return {this} Returns itself to allow chaining.
*/
deactivateMode: function( mode ) {
// Bail if the mode isn't active.