Merge pull request #19 from abrady0/master

remove the sequence 'C2A0' which is a utf8 non breaking space.
This commit is contained in:
Julien Chaumond 2015-11-22 16:35:14 +01:00
commit 13a4f84fc9

View File

@ -96,7 +96,7 @@ EPub.prototype.parse = function () {
* and runs mime type check
**/
EPub.prototype.open = function () {
try {
try {
this.zip = new ZipFile(this.filename);
} catch (E) {
this.emit("error", new Error("Invalid/missing file"));