link to a hosting comic in the example instead of including one in the repo

This commit is contained in:
Bala Clark 2011-09-08 13:24:14 +02:00
parent 8663e817c3
commit 4edc0bcc02
16 changed files with 13 additions and 17 deletions

View file

@ -22,23 +22,19 @@
<script>
var book = new ComicBook('comic', [
'futuristic_tales/a-fc.jpg',
'futuristic_tales/x-002.jpg',
'futuristic_tales/x-003.jpg',
'futuristic_tales/x-004.jpg',
'futuristic_tales/x-005.jpg',
'futuristic_tales/x-006.jpg',
'futuristic_tales/x-007.jpg',
'futuristic_tales/x-008.jpg',
'futuristic_tales/x-009.jpg',
'futuristic_tales/x-010.jpg',
'futuristic_tales/x-011.jpg',
'futuristic_tales/x-012.jpg',
'futuristic_tales/x-013.jpg',
'futuristic_tales/x-014.jpg',
'futuristic_tales/x-015.jpg'
]
);
'http://www.law.duke.edu/cspd/comics/2006/pages/large/CSPDFrontCover.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd001.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd003.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd004.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd005.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd006.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd007.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd008.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd009.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd010.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd011.jpg',
'http://www.law.duke.edu/cspd/comics/2006/pages/large/cspd012.jpg'
]);
book.draw();
$(window).resize(function(event) {