Changeset 9921
- Timestamp:
- 06/07/2015 10:29:12 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/js/avatar.js
r9826 r9921 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.