From 141e8d99f277458a7dd85ab953ef52941dc28d1d Mon Sep 17 00:00:00 2001 From: bnu Date: Sun, 14 Dec 2008 04:33:54 +0000 Subject: [PATCH] =?UTF-8?q?17523934=20*=20=EC=82=AC=ED=8C=8C=EB=A6=AC/?= =?UTF-8?q?=ED=81=AC=EB=A1=AC=EC=97=90=EC=84=9C=20=EC=8A=A4=ED=81=AC?= =?UTF-8?q?=EB=A1=A4=EB=B0=94=20=EB=91=90=EA=BB=98=EA=B4=80=EB=A0=A8=20?= =?UTF-8?q?=EC=88=98=EC=A0=95=EB=90=9C=20=EC=BD=94=EB=93=9C=20=EB=B3=B5?= =?UTF-8?q?=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5070 201d5d3c-b55e-5fd7-737f-ddc643e51545 --- common/js/jquery-1.2.6.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/common/js/jquery-1.2.6.js b/common/js/jquery-1.2.6.js index bfd2b2034..4f145e996 100644 --- a/common/js/jquery-1.2.6.js +++ b/common/js/jquery-1.2.6.js @@ -1344,8 +1344,7 @@ jQuery.each([ "Height", "Width" ], function(i, name){ jQuery.browser.opera && document.body.parentNode[ "client" + name ] || // Safari reports inner[Width/Height] just fine (Mozilla and Opera include scroll bar widths) - // 사파리/크롬에서 스크롤바 두께를 강제적으로 제거하여 반환 - jQuery.browser.safari && window[ "inner" + name ] - 16 || + jQuery.browser.safari && window[ "inner" + name ] || // Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode document.compatMode == "CSS1Compat" && document.documentElement[ "client" + name ] || document.body[ "client" + name ] :