Skip to content

Commit 3589a53

Browse files
rwaldrontimmywil
authored andcommitted
Landing pull request 476. Fix lint complaints about unescaped -. Follow up to #10021 Fixes #10021.
More Details: - jquery#476 - http://bugs.jquery.com/ticket/10021
1 parent 2a045f8 commit 3589a53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ var ralpha = /alpha\([^)]*\)/i,
66
rupper = /([A-Z]|^ms)/g,
77
rnumpx = /^-?\d+(?:px)?$/i,
88
rnum = /^-?\d/,
9-
rrelNum = /^([-+])=([-+.\de]+)/,
9+
rrelNum = /^([\-+])=([\-+.\de]+)/,
1010

1111
cssShow = { position: "absolute", visibility: "hidden", display: "block" },
1212
cssWidth = [ "Left", "Right" ],

0 commit comments

Comments
 (0)