Adam Shaw пре 8 година
родитељ
комит
8f6b1c99dc
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      src/common/TaskQueue.js

+ 1 - 1
src/common/TaskQueue.js

@@ -52,7 +52,7 @@ var TaskQueue = Class.extend(EmitterMixin, {
 			res = this.runTask(task);
 
 			if (res && res.then) {
-				res.then(function() {
+				res.then(function() { // jshint ignore:line
 					if (_this.canRunNext()) {
 						_this.runRemaining();
 					}