Landing pull request 476. Fix lint complaints about unescaped -. Follow up to #10021 Fixes #10021.

More Details:
 - https://github.com/jquery/jquery/pull/476
 - http://bugs.jquery.com/ticket/10021
This commit is contained in:
rwldrn 2011-08-26 10:44:50 -04:00 committed by timmywil
parent 2a045f8269
commit 3589a53de9

View File

@ -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" ],