add comment

This commit is contained in:
Val Erastov 2016-08-26 11:50:59 -07:00
parent a9229838c0
commit c5d5a2cfe4

View file

@ -1,5 +1,8 @@
TCAD.constraints = {};
/**
* This intermediate layer should be eliminated since constraint server isn't used anymore
*/
TCAD.constraints.create = function(name, params, values) {
switch (name) {
case "equal":