mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Code style consistency
Some very minor changes to improve code style consistency.
This commit is contained in:
@@ -39,9 +39,9 @@ Resolver.prototype.getTempDir = function () {
|
||||
};
|
||||
|
||||
Resolver.prototype.hasNew = function (canonicalPkg) {
|
||||
var that = this,
|
||||
promise,
|
||||
metaFile;
|
||||
var that = this;
|
||||
var promise;
|
||||
var metaFile;
|
||||
|
||||
// If already working, error out
|
||||
if (this._working) {
|
||||
@@ -210,4 +210,4 @@ Resolver.prototype._savePkgMeta = function (meta) {
|
||||
}.bind(this));
|
||||
};
|
||||
|
||||
module.exports = Resolver;
|
||||
module.exports = Resolver;
|
||||
|
||||
Reference in New Issue
Block a user