mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
lint
This commit is contained in:
@@ -241,7 +241,7 @@ define('navigator', ['forum/pagination', 'components'], function (pagination, co
|
||||
navigator.scrollToElement(scrollTo, highlight, duration);
|
||||
};
|
||||
|
||||
navigator.scrollToElement = function(scrollTo, highlight, duration) {
|
||||
navigator.scrollToElement = function (scrollTo, highlight, duration) {
|
||||
if (!scrollTo.length) {
|
||||
navigator.scrollActive = false;
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user