mirror of
https://github.com/bower/bower.git
synced 2026-02-12 06:55:04 -05:00
Changes to new code style.
This commit is contained in:
@@ -20,9 +20,9 @@ IgnoreFinder.prototype.applyIgnores = function () {
|
||||
// --------
|
||||
|
||||
function removeIgnores(dir, ignore) {
|
||||
var reader,
|
||||
deferred = Q.defer(),
|
||||
files = [];
|
||||
var reader;
|
||||
var deferred = Q.defer();
|
||||
var files = [];
|
||||
|
||||
reader = new IgnoreFinder({
|
||||
path: dir,
|
||||
|
||||
Reference in New Issue
Block a user