mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-02 14:49:16 +02:00
Added Views function to manage collections of views
This commit is contained in:
parent
6676590225
commit
23d88d2e99
8 changed files with 432 additions and 490 deletions
|
@ -24,6 +24,7 @@ var files = [
|
|||
'src/replacements.js',
|
||||
'src/book.js',
|
||||
'src/view.js',
|
||||
'src/views.js',
|
||||
'src/layout.js',
|
||||
'src/rendition.js',
|
||||
'src/continuous.js',
|
||||
|
@ -63,4 +64,4 @@ gulp.task('default', ['lint', 'minify']);
|
|||
|
||||
// gulp.task('default', function() {
|
||||
// // place code for your default task here
|
||||
// });
|
||||
// });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue