Changeset 36805
- Timestamp:
- 03/02/2016 06:36:26 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/js/customize-controls.js
r36796 r36805 686 686 $( window ).on( 'resize.customizer-section', _.debounce( resizeContentHeight, 100 ) ); 687 687 688 se ction._recalculateTopMargin();688 setTimeout( _.bind( section._recalculateTopMargin, section ), 0 ); 689 689 }; 690 690 }
Note: See TracChangeset
for help on using the changeset viewer.