Skip to content

Commit 30bdf04

Browse files
committed
[lint] Remove obsolete mainfile var declaration
1 parent 2bebd2d commit 30bdf04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mincer/base.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Base.prototype.resolve = function (logicalPath, options, fn) {
206206
if (fn) {
207207
search = this.attributesFor(logicalPath).searchPaths;
208208
return this.__trail__.find(search, options, function (pathname) {
209-
var bower, extname, mainfile;
209+
var bower, extname;
210210

211211
if (!_.contains([ 'component.json', 'bower.json' ], path.basename(pathname))) {
212212
return fn(pathname);

0 commit comments

Comments
 (0)