mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
Precising the unit part of rfxnum regex
This commit is contained in:
parent
8943b427f6
commit
796d25cf07
2
src/effects.js
vendored
2
src/effects.js
vendored
@ -2,7 +2,7 @@
|
||||
|
||||
var elemdisplay = {},
|
||||
rfxtypes = /^(?:toggle|show|hide)$/,
|
||||
rfxnum = /^([+\-]=)?([\d+.\-]+)(.*)$/,
|
||||
rfxnum = /^([+\-]=)?([\d+.\-]+)([a-z%]*)$/i,
|
||||
timerId,
|
||||
fxAttrs = [
|
||||
// height animations
|
||||
|
Loading…
Reference in New Issue
Block a user