mirror of
https://github.com/jquery/jquery.git
synced 2026-01-25 03:08:33 -05:00
Precising the unit part of rfxnum regex
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user