mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Remove console.log in rendition
This commit is contained in:
parent
cde11e83d0
commit
6b01c94d0c
2 changed files with 1 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "epubjs",
|
"name": "epubjs",
|
||||||
"version": "0.3.21",
|
"version": "0.3.22",
|
||||||
"description": "Parse and Render Epubs",
|
"description": "Parse and Render Epubs",
|
||||||
"main": "lib/index.js",
|
"main": "lib/index.js",
|
||||||
"jsnext:main": "src/index.js",
|
"jsnext:main": "src/index.js",
|
||||||
|
|
|
@ -177,7 +177,6 @@ class Rendition {
|
||||||
|
|
||||||
// Listen for scroll changes
|
// Listen for scroll changes
|
||||||
this.manager.on("scroll", this.reportLocation.bind(this));
|
this.manager.on("scroll", this.reportLocation.bind(this));
|
||||||
this.manager.on("scroll", () => console.log("scrolled"));
|
|
||||||
|
|
||||||
// Trigger that rendering has started
|
// Trigger that rendering has started
|
||||||
this.emit("started");
|
this.emit("started");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue