Fix extra plus sign

This commit is contained in:
Slava Kim
2014-05-08 16:05:55 -07:00
parent 002138bee6
commit 05b4d5e368

View File

@@ -195,7 +195,7 @@ ConstraintSolver.Resolver.prototype._stateNeighbors =
_.each(violatedConstraints, function (c) {
directDepsString += constraintAncestor[c.toString()] +
+ "(" + c.toString() + "), ";
"(" + c.toString() + "), ";
});
return {