SelectionMixin.js: fix whitespace to eslint settings
This commit is contained in:
@ -66,7 +66,7 @@ const SelectionMixin = { // eslint-disable-line no-unused-vars
|
||||
sectionIDs: function(section) {
|
||||
let ids = []
|
||||
|
||||
if (section !== undefined) {
|
||||
if (section) {
|
||||
for (let page of section.pages) {
|
||||
for (let block of page) {
|
||||
ids.push(...block.ids)
|
||||
|
||||
Reference in New Issue
Block a user