1
0
Fork 0
mirror of https://github.com/futurepress/epub.js.git synced 2025-10-04 15:09:16 +02:00

merged, linted

This commit is contained in:
fchasen 2014-10-30 09:51:46 -04:00
commit 0013cf417d
10 changed files with 68 additions and 40 deletions

View file

@ -129,7 +129,7 @@ EPUBJS.View.prototype.display = function(contents) {
displaying.resolve(this);
// this.observer = this.observe(this.document.body);
return displayed
return displayed;
};