mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Documentation clean up
This commit is contained in:
parent
7ff4c8e37c
commit
77846842cd
20 changed files with 1090 additions and 8239 deletions
|
@ -150,8 +150,8 @@ class Resources {
|
|||
/**
|
||||
* Replace URLs in CSS resources
|
||||
* @private
|
||||
* @param {[Archive]} archive
|
||||
* @param {[method]} resolver
|
||||
* @param {Archive} [archive]
|
||||
* @param {method} [resolver]
|
||||
* @return {Promise}
|
||||
*/
|
||||
replaceCss(archive, resolver){
|
||||
|
@ -277,7 +277,7 @@ class Resources {
|
|||
* Substitute urls in content, with replacements,
|
||||
* relative to a url if provided
|
||||
* @param {string} content
|
||||
* @param {[string]} url url to resolve to
|
||||
* @param {string} [url] url to resolve to
|
||||
* @return {string} content with urls substituted
|
||||
*/
|
||||
substitute(content, url) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue