mirror of
https://github.com/jquery/jquery.git
synced 2025-01-10 18:24:24 +00:00
More Details: - https://github.com/jquery/jquery/pull/476 - http://bugs.jquery.com/ticket/10021
This commit is contained in:
parent
2a045f8269
commit
3589a53de9
@ -6,7 +6,7 @@ var ralpha = /alpha\([^)]*\)/i,
|
||||
rupper = /([A-Z]|^ms)/g,
|
||||
rnumpx = /^-?\d+(?:px)?$/i,
|
||||
rnum = /^-?\d/,
|
||||
rrelNum = /^([-+])=([-+.\de]+)/,
|
||||
rrelNum = /^([\-+])=([\-+.\de]+)/,
|
||||
|
||||
cssShow = { position: "absolute", visibility: "hidden", display: "block" },
|
||||
cssWidth = [ "Left", "Right" ],
|
||||
|
Loading…
Reference in New Issue
Block a user