1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

Tabify src

This commit is contained in:
Fred Chasen 2016-10-24 15:15:16 +02:00
parent f6247e5612
commit 32993dc58c
31 changed files with 7759 additions and 7758 deletions

3
dist/epub.js vendored
View file

@ -5527,7 +5527,7 @@ Book.prototype.open = function(_url, options){
if (window && window.location && uri) {
absoluteUri = uri.absoluteTo(window.location.href);
this.url = absoluteUri.toString();
} if (window && window.location) {
} else if (window && window.location) {
this.url = window.location.href;
} else {
this.url = _url;
@ -6378,6 +6378,7 @@ Contents.prototype.columns = function(width, height, columnWidth, gap){
this.css("overflowY", "hidden");
this.css("margin", "0");
this.css("boxSizing", "border-box");
this.css("maxWidth", "inherit");
this.css(COLUMN_AXIS, "horizontal");
this.css(COLUMN_FILL, "auto");

2
dist/epub.js.map vendored

File diff suppressed because one or more lines are too long