mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 11:11:39 +09:00
17523934
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5072 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
b3c83307a3
commit
650a9e9361
1 changed files with 0 additions and 2 deletions
2
common/js/jquery-1.2.6.js
vendored
2
common/js/jquery-1.2.6.js
vendored
|
|
@ -1339,8 +1339,6 @@ jQuery.each([ "Height", "Width" ], function(i, name){
|
|||
// Get window width or height
|
||||
return this[0] == window ?
|
||||
// Opera reports document.body.client[Width/Height] properly in both quirks and standards
|
||||
// 오페라에서 값을 잘 못 반환하는 문제 수정
|
||||
// ref : http://dev.jquery.com/changeset/5938
|
||||
jQuery.browser.opera && document.body.parentNode[ "client" + name ] ||
|
||||
|
||||
// Safari reports inner[Width/Height] just fine (Mozilla and Opera include scroll bar widths)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue