mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Intial move to ES2015
This commit is contained in:
parent
b0944bdff8
commit
353dfa62fd
46 changed files with 16839 additions and 18742 deletions
|
@ -9,7 +9,7 @@ describe('Core', function() {
|
|||
|
||||
describe('Url', function () {
|
||||
|
||||
var Url = require('../src/core').Url;
|
||||
var Url = require('../src/utils/url');
|
||||
|
||||
it("Url()", function() {
|
||||
var url = new Url("http://example.com/fred/chasen/derf.html");
|
||||
|
@ -61,7 +61,7 @@ describe('Core', function() {
|
|||
|
||||
describe('Path', function () {
|
||||
|
||||
var Path = require('../src/core').Path;
|
||||
var Path = require('../src/utils/path');
|
||||
|
||||
it("Path()", function() {
|
||||
var path = new Path("/fred/chasen/derf.html");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue