CellPond
CellPond copied to clipboard
very minor bugfixes
Calling makeNumber() with either no args or an aurgment object with no values key no longer uses the global Object.Prototype.values() function as the values object. (primarily weirdness with invalid json keys cuases this. Or the builtin unused rules.)
Addition and subtraction are entire channel objects with their own addition and subtraction keys, which are supported not by the gui but the backend. However the subtract channel was only being checked on inner channels and instead the addition channel was being inversely applied instead when it was present.