summaryrefslogtreecommitdiff
path: root/scripts/rz_core.js
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/rz_core.js')
-rw-r--r--scripts/rz_core.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/scripts/rz_core.js b/scripts/rz_core.js
index e4a2a3f4..a4d5c323 100644
--- a/scripts/rz_core.js
+++ b/scripts/rz_core.js
@@ -717,18 +717,10 @@ function customSize(type) {
return size;
}
-function expand(obj){
- if (!obj.savesize) {
- obj.savesize = obj.size;
- }
- obj.size = Math.max(obj.savesize, obj.value.length);
-}
-
window.graph = graph;
window.force = force;
return {
- expand: expand,
graph: graph,
force: force,
load_from_json: function(result) {