1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-03 14:59:18 +02:00

new namespaces, strict mode, toc updated, jump to links

This commit is contained in:
Fred Chasen 2013-01-25 16:29:52 -08:00
parent 78e1c05ab0
commit ce18f4ff15
13 changed files with 439 additions and 155 deletions

View file

@ -161,4 +161,5 @@ FP.core.dataURLToBlob = function(dataURL) {
}
return new Blob([uInt8Array], {type: contentType});
}
}