Skip to content
This repository has been archived by the owner on May 21, 2019. It is now read-only.

Commit

Permalink
Remove empty statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
tobie committed Jan 9, 2012
1 parent ea99680 commit 53d4f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/resolved-ast-collector.js
Expand Up @@ -54,7 +54,7 @@ util.inherits(ResolvedAstCollector, SuperClass);
var ident = identifier.create(firstArg[1]);
ident = m.resolveIdentifier(ident);
args = args.slice(0);
args[0] = self.getModuleIdAst(modules[ident]);;
args[0] = self.getModuleIdAst(modules[ident]);
return [this[0], expr, args];
}
}
Expand Down

0 comments on commit 53d4f8f

Please sign in to comment.