Correct a misspelled property name in a `media-views.js` annotation.
Props kovshenin. See #26870. Built from https://develop.svn.wordpress.org/trunk@27309 git-svn-id: http://core.svn.wordpress.org/trunk@27162 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
8a4ef32f7a
commit
abebb1fde2
|
@ -4987,7 +4987,7 @@
|
||||||
}, this.options );
|
}, this.options );
|
||||||
},
|
},
|
||||||
/**
|
/**
|
||||||
* @returns {wp.media.view.Setings} Returns itself to allow chaining
|
* @returns {wp.media.view.Settings} Returns itself to allow chaining
|
||||||
*/
|
*/
|
||||||
render: function() {
|
render: function() {
|
||||||
media.View.prototype.render.apply( this, arguments );
|
media.View.prototype.render.apply( this, arguments );
|
||||||
|
|
Loading…
Reference in New Issue