This commit is contained in:
Sergio 2017-09-29 11:53:26 +02:00
parent 743abb622b
commit 401fd00b5c
8 changed files with 37 additions and 6 deletions

View file

@ -234,6 +234,7 @@
* Scrolls the page to the given destination
*/
function scrollPage(destination, animated) {
var v ={
destination: destination,
animated: animated,
@ -973,4 +974,4 @@
}
};
})(jQuery, document, window);
})(jQuery, document, window);