mirror of
https://github.com/blasten/turn.js.git
synced 2025-09-16 16:40:10 +08:00
Fix incompatibility with jQuery 3
This commit is contained in:
parent
08c1f6599a
commit
12e5154da9
2
turn.js
2
turn.js
@ -1446,7 +1446,7 @@ flipMethods = {
|
||||
tan = Math.tan(alpha),
|
||||
data = this.data().f,
|
||||
ac = data.opts.acceleration,
|
||||
h = data.wrapper.height(),
|
||||
h = data.wrapper[0].offsetHeight,
|
||||
o = flipMethods._c.call(this, point.corner),
|
||||
top = point.corner.substr(0, 1) == 't',
|
||||
left = point.corner.substr(1, 1) == 'l',
|
||||
|
47
turn.min.js
vendored
47
turn.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user