Add EPUB version

This commit is contained in:
Julien Chaumond 2014-03-22 16:51:04 +01:00
parent cac5651601
commit 39d335679c

View File

@ -248,6 +248,8 @@ EPub.prototype.handleRootFile = function () {
**/ **/
EPub.prototype.parseRootFile = function (rootfile) { EPub.prototype.parseRootFile = function (rootfile) {
this.version = rootfile['@'].version || '2.0';
var i, len, keys, keyparts, key; var i, len, keys, keyparts, key;
keys = Object.keys(rootfile); keys = Object.keys(rootfile);
for (i = 0, len = keys.length; i < len; i++) { for (i = 0, len = keys.length; i < len; i++) {