From 1063b78adc96fb7e585b546708df3eef07349003 Mon Sep 17 00:00:00 2001 From: Anmol Agrawal Date: Mon, 29 Sep 2014 21:38:42 +0530 Subject: change #2 to issue #74 --- index.html | 2 +- scripts/rhizicore.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 00163aba..80cec76a 100644 --- a/index.html +++ b/index.html @@ -41,7 +41,7 @@
- +
diff --git a/scripts/rhizicore.js b/scripts/rhizicore.js index 70adfc3b..f8bf53ed 100644 --- a/scripts/rhizicore.js +++ b/scripts/rhizicore.js @@ -1064,3 +1064,8 @@ function customSize(type) { } return size; } + +function Expand(obj){ + if (!obj.savesize) obj.savesize=obj.size; + obj.size=Math.max(obj.savesize,obj.value.length); +} -- cgit v1.3.1