πŸ’Ž PREMIUM: Changeset/ - HD Photos!

Changeset 60229


Ignore:
Timestamp:
05/09/2025 04:36:04 PM (8 months ago)
Author:
SergeyBiryukov
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/js/media/views/button.js

    r46800 r60229 Β 
    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 ];
Note: See TracChangeset for help on using the changeset viewer.