mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-05 15:32:55 +02:00
Switched from URIjs to URL and Node Path
This commit is contained in:
parent
869a170564
commit
315650006e
22 changed files with 1060 additions and 3614 deletions
|
@ -2,7 +2,7 @@ var EventEmitter = require('event-emitter');
|
|||
var core = require('../../core');
|
||||
var EpubCFI = require('../../epubcfi');
|
||||
var Contents = require('../../contents');
|
||||
var URI = require('urijs');
|
||||
// var URI = require('urijs');
|
||||
|
||||
function InlineView(section, options) {
|
||||
this.settings = core.extend({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue