We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34d9e03 commit e8bece2Copy full SHA for e8bece2
ui/jquery.effects.bounce.js
@@ -53,7 +53,7 @@ $.effects.effect.bounce = function(o) {
53
54
// default distance for the BIGGEST bounce is the outer Distance / 3
55
if ( !distance ) {
56
- distance = el[ ref === "top" ? "outerHeight" : "outerWidth" ]({ margin:true }) / 3;
+ distance = el[ ref === "top" ? "outerHeight" : "outerWidth" ]() / 3;
57
}
58
59
if ( show ) {
0 commit comments