mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 15:30:39 +01:00
Fix space-infix-ops linter rule
This commit is contained in:
@@ -71,7 +71,7 @@ define('topicSelect', ['components'], function(components) {
|
||||
end = tmp;
|
||||
}
|
||||
|
||||
for(var i=start; i<=end; ++i) {
|
||||
for(var i = start; i <= end; ++i) {
|
||||
var topic = $('[component="category/topic"]').eq(i);
|
||||
toggleSelect(topic.find('[component="topic/select"]'), isSelected);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user