From d43fcdb10b292e74ce6a006093fd1b6671137eed Mon Sep 17 00:00:00 2001 From: Scott Taylor Date: Thu, 27 Feb 2014 03:06:37 +0000 Subject: [PATCH] Correct a misspelled property name in a `media-views.js` annotation. Props kovshenin. See #26870. git-svn-id: https://develop.svn.wordpress.org/trunk@27309 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/js/media-views.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/js/media-views.js b/src/wp-includes/js/media-views.js index db5ea30153..fe192d6506 100644 --- a/src/wp-includes/js/media-views.js +++ b/src/wp-includes/js/media-views.js @@ -4987,7 +4987,7 @@ }, this.options ); }, /** - * @returns {wp.media.view.Setings} Returns itself to allow chaining + * @returns {wp.media.view.Settings} Returns itself to allow chaining */ render: function() { media.View.prototype.render.apply( this, arguments );