Skip to content

Commit

Permalink
Fix whitespace issues
Browse files Browse the repository at this point in the history
  • Loading branch information
joukevandermaas authored May 11, 2017
1 parent 3864c01 commit fb11615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions addon/components/paper-dialog-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ export default Component.extend({
didInsertElement() {
// content overflow might change depending on load of images inside dialog.
let images = this.$().find('img');

let imageLoadHandler = run.bind(this, this.imagesLoaded);
this.set('imageLoadHandler', imageLoadHandler);

images.on('load', imageLoadHandler);
},

willDestroyElement() {
this._super(...arguments);
let images = this.$().find('img');
Expand Down

0 comments on commit fb11615

Please sign in to comment.