From 6a3c4aa7d0a2663122c7099d235f1cb908ce9b20 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 23 Sep 2014 20:32:05 +0300 Subject: textanalysis-ui: a little cleanup according to my yet unwritten coding conventions: 1. no single line blocks 2. no empty lines without a good reason --- scripts/rhizicore.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'scripts/rhizicore.js') diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index c0f61228..4c584506 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -267,8 +267,6 @@ function myGraph(el) { } } - - this.editType = function(id, state, newtype) { var index = findNode(id, state); if ((index !== undefined)) { -- cgit v1.3.1