Skip to content

Commit

Permalink
Fix incompatibility with jQuery 3
Browse files Browse the repository at this point in the history
  • Loading branch information
Olga Grabek committed Mar 12, 2017
1 parent 08c1f65 commit 12e5154
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 47 deletions.
2 changes: 1 addition & 1 deletion turn.js
Expand Up @@ -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',
Expand Down

0 comments on commit 12e5154

Please sign in to comment.