jsketcher/web/app/main.js
2014-08-17 00:35:13 -07:00

8 lines
102 B
JavaScript

TCAD = {};
TCAD.App = function() {
this.viewer = new TCAD.Viewer();
this.ui = new TCAD.UI();
}