1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-05 15:32:55 +02:00

Merge pull request #391 from AScripnic/v0.3

Fix ' Cannot read property 'baseUrl' of undefined '
This commit is contained in:
Fred Chasen 2016-04-26 10:40:57 -04:00
commit 697b65f1c4

View file

@ -61,7 +61,7 @@ function links(view, renderer) {
}
}
};
}.bind(this);
for (var i = 0; i < links.length; i++) {
replaceLinks(links[i]);