Skip to content

Commit

Permalink
improvement(pagelist): Removed double return in parse method
Browse files Browse the repository at this point in the history
  • Loading branch information
niels committed Mar 1, 2019
1 parent 3f4892d commit 8ce6025
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pagelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ class PageList {
return this.parseNav(xml);
} else if(ncx){
return this.parseNcx(xml);
return;
}

}
Expand Down

0 comments on commit 8ce6025

Please sign in to comment.