Skip to content

Commit

Permalink
Methods for adding/removing/resetting classes (fix) (#544)
Browse files Browse the repository at this point in the history
* fix ReferenceError: assignment to undeclared variable cleanStartTextContent

* fix ReferenceError: assignment to undeclared variable cleanStartTextContent

* Methods for adding/removing/resetting classes

* fix add member classes to settings
  • Loading branch information
imefisto authored and fchasen committed Feb 7, 2017
1 parent 5da2544 commit e115fe9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/book.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ EPUBJS.Book = function(options){
reload : false,
goto : false,
styles : {},
classes : [],
headTags : {},
withCredentials: false,
render_method: "Iframe",
Expand Down

0 comments on commit e115fe9

Please sign in to comment.