mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-04-26 17:44:37 +00:00
Fixes ESLint errors (#9668)
* fix: apply automatic eslint fixes * lint: allow hashbang comment for tiddlywiki.js * lint: first back of manual lint fixes for unused vars * lint: added more fixes for unused vars * lint: missed files * lint: updated eslint config with selected rules from #9669
This commit is contained in:
@@ -55,7 +55,7 @@ ElementSpotlight.prototype.querySelectorSafe = function(selector) {
|
||||
targetNodes = [].slice.call(targetNodes, 1);
|
||||
didRemoveFirstEntry = true;
|
||||
}
|
||||
} while(didRemoveFirstEntry)
|
||||
} while(didRemoveFirstEntry);
|
||||
// Return the first result
|
||||
return targetNodes[0];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user