Changeset 52671
- Timestamp:
- 02/04/2022 12:58:13 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/media/views/attachments/browser.js
r51440 r52671 131 131 } 132 132 133 if ( this.collection. mirroring.args.s ) {133 if ( this.collection.hasOwnProperty('mirroring') && this.collection.mirroring.args.s ) { 134 134 count = this.collection.length; 135 135
Note: See TracChangeset
for help on using the changeset viewer.