From 9d8a9524c33cafbf8525d3c0b901ae007dc05694 Mon Sep 17 00:00:00 2001 From: LV-426 Date: Sun, 7 Dec 2014 19:46:03 +0200 Subject: findCoordinates() - rm unused state param --- src/textanalysis.ui.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/textanalysis.ui.js') diff --git a/src/textanalysis.ui.js b/src/textanalysis.ui.js index a30fe43d..5f5718bd 100644 --- a/src/textanalysis.ui.js +++ b/src/textanalysis.ui.js @@ -102,11 +102,11 @@ function changeType(arg) { if (arg === 'up') { rz_core.graph.editType(id, null, nodetype); typeselection.showChosenType(nodetype); - rz_core.graph.findCoordinates(id, null); + rz_core.graph.findCoordinates(id); } else { rz_core.graph.editType(id, null, nodetype); typeselection.showChosenType(nodetype); - rz_core.graph.findCoordinates(id, null); + rz_core.graph.findCoordinates(id); } rz_core.update_view__graph(true); } -- cgit v1.3.1