mirror of
https://github.com/futurepress/epub.js.git
synced 2025-10-03 14:59:18 +02:00
Fixed lint errors
This commit is contained in:
parent
82fb23daab
commit
2a387cc433
12 changed files with 3978 additions and 3974 deletions
|
@ -10,7 +10,7 @@ EPUBJS.Queue.prototype.enqueue = function() {
|
|||
var deferred, promise;
|
||||
var queued;
|
||||
var task = [].shift.call(arguments);
|
||||
var args = arguments
|
||||
var args = arguments;
|
||||
|
||||
// Handle single args without context
|
||||
// if(args && !Array.isArray(args)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue