mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-04 15:09:16 +02:00
added annotator
This commit is contained in:
parent
f70ccc1aa9
commit
f55fb69008
23 changed files with 4397 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
FP.Unarchiver = function(url, callback){
|
||||
this.libPath = (this.fpjsPath || "fpjs/" ) + "/libs/";
|
||||
this.libPath = FP.filePath + "libs/";
|
||||
this.zipUrl = url;
|
||||
this.callback = callback;
|
||||
this.loadLib(function(){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue