mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-14 20:33:30 +01:00
add comment
This commit is contained in:
parent
a9229838c0
commit
c5d5a2cfe4
1 changed files with 3 additions and 0 deletions
|
|
@ -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":
|
||||
|
|
|
|||
Loading…
Reference in a new issue