mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
added source maps, hypothes.is examples, removed documentup page
This commit is contained in:
parent
d414cac540
commit
b441cf8ac0
34 changed files with 6187 additions and 19873 deletions
|
@ -5688,7 +5688,7 @@ EPUBJS.replace.stylesheets = function(_store, full) {
|
|||
EPUBJS.replace.cssUrls = function(_store, base, text){
|
||||
var deferred = new RSVP.defer(),
|
||||
promises = [],
|
||||
matches = text.match(/url\(\'?\"?([^\'|^\"|^\)]*)\'?\"?\)/g);
|
||||
matches = text.match(/url\(\'?\"?([^\'|^\"^\)]*)\'?\"?\)/g);
|
||||
|
||||
if(!_store) return;
|
||||
|
||||
|
@ -5852,3 +5852,5 @@ EPUBJS.Unarchiver.prototype.saveEntryFileToStorage = function(entry, callback){
|
|||
EPUBJS.storage.save(entry.filename, blob, callback);
|
||||
});
|
||||
};
|
||||
|
||||
//# sourceMappingURL=epub_no_underscore.js.map
|
Loading…
Add table
Add a link
Reference in a new issue