Skip to content

Commit

Permalink
28.05.14
Browse files Browse the repository at this point in the history
beta 4, small fix
  • Loading branch information
vadimsva committed May 28, 2014
1 parent d3456be commit 6dc6ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyScroll.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ if( !/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navig
var el = current;
} else {
var el = focusedElem;
_options = $.fn.easyScroll._options;
}
_options = $.fn.easyScroll._options;
if (upto == undefined) {
upto = 1;
}
Expand Down

0 comments on commit 6dc6ce8

Please sign in to comment.