Skip to content

Commit

Permalink
修正一行 copy 過來忘記改的 code
Browse files Browse the repository at this point in the history
  • Loading branch information
DaidoujiChen committed Dec 30, 2014
1 parent ac67116 commit 201100b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ - (NSUInteger)numberOfPhotosInPhotoBrowser:(MWPhotoBrowser *)photoBrowser {

- (id <MWPhoto> )photoBrowser:(MWPhotoBrowser *)photoBrowser photoAtIndex:(NSUInteger)index {
if (index < self.photos.count) {
return [self.photos objectAtIndex:index];
return self.photos[index];
}
return nil;
}
Expand Down

0 comments on commit 201100b

Please sign in to comment.