diff --git a/jquery/jquery.mods.js b/jquery/jquery.mods.js index b3e9fce..1dbd40a 100644 --- a/jquery/jquery.mods.js +++ b/jquery/jquery.mods.js @@ -55,7 +55,7 @@ /* Adding isBottom function - Start */ this.isBottom=function() { - return (iScroll == (oContent[options.axis] - oViewport[options.axis])); + return (oContent.ratio > 1 || iScroll == (oContent[options.axis] - oViewport[options.axis])); }; /* Adding isBottom function - End */