From 7034568896605faa8b114da39d7369004c0e7686 Mon Sep 17 00:00:00 2001 From: chicpro Date: Tue, 5 Mar 2013 18:04:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=B3=80=EC=88=98=20=EC=84=A0=EC=96=B8=20?= =?UTF-8?q?=EB=B9=A0=EC=A7=84=20=EA=B2=83=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- js/common.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/js/common.js b/js/common.js index 86efc459f..3ee1bdd07 100644 --- a/js/common.js +++ b/js/common.js @@ -585,9 +585,9 @@ function font_resize(el, mode) { var x = 0; var fs = el.css("font-size"); - unit = fs.replace(/[0-9\.]/g, ""); - fsize = parseFloat(fs.replace(/[^0-9\.]/g, "")); - nfsize; + var unit = fs.replace(/[0-9\.]/g, ""); + var fsize = parseFloat(fs.replace(/[^0-9\.]/g, "")); + var nfsize; if(!fsize) return true;