Changeset 60229
- Timestamp:
- 05/09/2025 04:36:04 PM (8 months ago)
- File:
-
- 1 edited
-
trunk/src/js/media/views/button.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/button.js
r46800 r60229 Β 34 34 35 35 // 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. 37 37 _.each( this.defaults, function( def, key ) { 38 38 var value = this.options[ key ];
Note: See TracChangeset
for help on using the changeset viewer.