mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Fix jshint errors
This commit is contained in:
@@ -52,5 +52,5 @@
|
||||
cache[secondCacheKey] = processedFrame;
|
||||
cache[firstCacheKey] = processedFrame;
|
||||
deferred.resolve(processedFrame);
|
||||
}
|
||||
};
|
||||
})();
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user