mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Fix extra plus sign
This commit is contained in:
@@ -195,7 +195,7 @@ ConstraintSolver.Resolver.prototype._stateNeighbors =
|
||||
|
||||
_.each(violatedConstraints, function (c) {
|
||||
directDepsString += constraintAncestor[c.toString()] +
|
||||
+ "(" + c.toString() + "), ";
|
||||
"(" + c.toString() + "), ";
|
||||
});
|
||||
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user