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

added dist version and dev.html for development

This commit is contained in:
Fred Chasen 2013-03-02 18:34:24 -08:00
parent d19d0f068c
commit 684a9645ae
12 changed files with 63 additions and 525 deletions

View file

@ -1,5 +1,5 @@
FP.Unarchiver = function(url, callback){
this.libPath = "fpjs/libs/";
this.libPath = (this.fpjsPath || "fpjs/" ) + "/libs/";
this.zipUrl = url;
this.callback = callback;
this.loadLib(function(){