mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Clarifying comment
This commit is contained in:
@@ -5,6 +5,9 @@ var pvVar = function (p, v) {
|
||||
return p + ' ' + v;
|
||||
};
|
||||
|
||||
// The "inner solver". You construct it with a ConstraintSolver.Input object
|
||||
// (which specifies the problem) and then call .getSolution() on it.
|
||||
|
||||
CS.Solver = function (input, options) {
|
||||
var self = this;
|
||||
check(input, CS.Input);
|
||||
|
||||
Reference in New Issue
Block a user