Merge 12e5154da9d87910b8a1701c64931fa685cb9e27 into 08c1f6599a1412b145c7bf645a1f28c14db12742

This commit is contained in:
Olga Grabek 2017-03-12 18:32:09 +00:00 committed by GitHub
commit 67a092ba5f
2 changed files with 2 additions and 47 deletions

View File

@ -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

File diff suppressed because one or more lines are too long