mirror of
https://github.com/xibyte/jsketcher
synced 2025-12-08 01:13:27 +01:00
9 lines
No EOL
102 B
JavaScript
9 lines
No EOL
102 B
JavaScript
TCAD.ui = {};
|
|
|
|
TCAD.ui.list = function(model) {
|
|
|
|
};
|
|
|
|
TCAD.ui.list.prototype.refresh = function() {
|
|
|
|
}; |