diff options
| author | Alon Levy <alon@pobox.com> | 2014-09-23 20:32:05 +0300 |
|---|---|---|
| committer | Alon Levy <alon@pobox.com> | 2014-09-23 20:32:06 +0300 |
| commit | 6a3c4aa7d0a2663122c7099d235f1cb908ce9b20 (patch) | |
| tree | 6049fedf80b20151d019fbdd90af92ad7705a0d3 /scripts/rhizicore.js | |
| parent | 282b05df2d86d6222f1eae92eb160ad4a47f812f (diff) | |
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
Diffstat (limited to 'scripts/rhizicore.js')
| -rw-r--r-- | scripts/rhizicore.js | 2 |
1 files changed, 0 insertions, 2 deletions
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)) { |
