Skip to content

Commit 2836be6

Browse files
Docs: Add missing closing backtick in a comment in js/media/views/button.js.
Follow-up to [22027], [31373]. Props ankitkumarshah, dhruvang21, getsyash. Fixes #63422. git-svn-id: https://develop.svn.wordpress.org/trunk@60229 602fd350-edb4-49c9-b593-d223f7449a82
1 parent 3f9317c commit 2836be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/media/views/button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var Button = wp.media.View.extend(/** @lends wp.media.view.Button.prototype */{
3333
this.model = new Backbone.Model( this.defaults );
3434

3535
// If any of the `options` have a key from `defaults`, apply its
36-
// value to the `model` and remove it from the `options object.
36+
// value to the `model` and remove it from the `options` object.
3737
_.each( this.defaults, function( def, key ) {
3838
var value = this.options[ key ];
3939
if ( _.isUndefined( value ) ) {

0 commit comments

Comments
 (0)