mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 15:50:09 +00:00
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
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user