~canonical-sysadmins/wordpress/5.1

« back to all changes in this revision

Viewing changes to wp-includes/js/customize-views.js

  • Committer: Nick Moffitt
  • Date: 2016-04-14 10:43:32 UTC
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: nick.moffitt@canonical.com-20160414104332-61kvsia27qpmjquk
new upstream release 4.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
                setPlaceholder: function(_height) {
64
64
                        var height = _height || this.getHeight();
65
65
                        this.model.set('savedHeight', height);
66
 
                        this.$el
67
 
                                .add(this.$el.find('.placeholder'))
68
 
                                .height(height);
 
66
                        this.$el.height(height);
69
67
                },
70
68
 
71
69
                setButtons: function() {