Move keep_pointer_in_view to pointer.js.

This commit is contained in:
Vishnu Ks
2016-04-16 17:52:03 +05:30
committed by Tim Abbott
parent b655e090a6
commit 3179434f93
4 changed files with 75 additions and 75 deletions

View File

@@ -509,7 +509,7 @@ function scroll_finished() {
if ($('#home').hasClass('active')) {
if (!pointer.suppress_scroll_pointer_update) {
keep_pointer_in_view();
pointer.keep_pointer_in_view();
} else {
pointer.suppress_scroll_pointer_update = false;
}