Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iclems committed Feb 17, 2014
1 parent c0c0417 commit e16e86f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NDHTMLtoPDF.m
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ - (id)initWithURL:(NSURL*)URL delegate:(id <NDHTMLtoPDFDelegate>)delegate pathFo
self.pageMargins = pageMargins;
self.pageSize = pageSize;

[self ];
[self forceLoadView];
}
return self;
}
Expand Down

0 comments on commit e16e86f

Please sign in to comment.