1
0
Fork 0
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:
fchasen 2015-06-22 23:12:49 -04:00
parent 82fb23daab
commit 2a387cc433
12 changed files with 3978 additions and 3974 deletions

View file

@ -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)) {