mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-05 07:10:30 +01:00
Remove uneccessary undefined declaration
This commit is contained in:
@@ -4,7 +4,7 @@ define('navigator', ['forum/pagination', 'components'], function (pagination, co
|
||||
var navigator = {};
|
||||
var index = 1;
|
||||
var count = 0;
|
||||
var navigatorUpdateTimeoutId = undefined;
|
||||
var navigatorUpdateTimeoutId;
|
||||
|
||||
navigator.scrollActive = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user