Merge branch 'rfxnum' of https://github.com/lrbabe/jquery into lrbabe-rfxnum
This commit is contained in:
commit
a13089d5b4
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 a new issue