Fix jshint errors

This commit is contained in:
juliandescottes
2015-04-09 18:24:34 +02:00
parent 281103c46e
commit 3d58bcae6c
4 changed files with 6 additions and 5 deletions

View File

@@ -52,5 +52,5 @@
cache[secondCacheKey] = processedFrame;
cache[firstCacheKey] = processedFrame;
deferred.resolve(processedFrame);
}
};
})();

View File

@@ -63,9 +63,9 @@
Object.keys(result).forEach(function (color) {
colors[color] = true;
});
})
});
this.updateCurrentColorsReady_(colors);
}.bind(this))
}.bind(this));
};
ns.CurrentColorsService.prototype.updateCurrentColorsReady_ = function (colors) {