From 35ffb4ca0d2a49e091d78d17e191ada8f62d66d1 Mon Sep 17 00:00:00 2001 From: Val Erastov Date: Tue, 14 Oct 2014 01:07:14 -0700 Subject: [PATCH] analyze stub --- web/app/main2d.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/app/main2d.js b/web/app/main2d.js index 804c52ef..09959f67 100644 --- a/web/app/main2d.js +++ b/web/app/main2d.js @@ -105,7 +105,7 @@ TCAD.App2D = function() { app.viewer.parametricManager.tangent(app.viewer.selected); }, - tangent : function() { + analyze : function() { app.viewer.parametricManager.analyze(alert); } };