Skip to content

Commit

Permalink
fix unneccesary set size in changePDF function
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavel Makhov committed May 12, 2016
1 parent 47cabcd commit 9c09afe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@

Reader.prototype.changePDFSource = function(newSrc) {
this.setSrc(newSrc);
this.setSize();
this.loadPDF();
};

Expand Down

0 comments on commit 9c09afe

Please sign in to comment.