This commit is contained in:
parent
2426e3f1d8
commit
c91827ee03
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
/*jslint browser: true, on: true, eqeqeq: true, plusplus: true, newcap: true, immed: true */
|
||||
/*jslint browser: true, on: true, eqeqeq: true, newcap: true, immed: true */
|
||||
|
||||
/*
|
||||
TODOs:
|
||||
|
@ -143,11 +143,11 @@ function ComicBook(id, srcs, opts) {
|
|||
// console.info("loaded: " + srcs[i]);
|
||||
|
||||
pages[i] = this;
|
||||
loaded += 1;
|
||||
loaded++;
|
||||
|
||||
// there are still more pages to load, do it
|
||||
if (loaded < no_pages) {
|
||||
i += 1;
|
||||
i++;
|
||||
preload(i);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue