Changeset 9920
- Timestamp:
- 06/07/2015 10:25:41 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.3/src/bp-core/js/avatar.js
r9826 r9920 531 531 532 532 if ( ! _.isUndefined( this.options.full_h ) && ! _.isUndefined( this.options.full_w ) ) { 533 this.options.aspectRatio = this.options.full_ h / this.options.full_w;533 this.options.aspectRatio = this.options.full_w / this.options.full_h; 534 534 } 535 535
Note: See TracChangeset
for help on using the changeset viewer.