Skip to content

Commit 0036065

Browse files
committed
Kept comments same for consistency
1 parent aa6d837 commit 0036065

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/core/constants.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,10 @@ const definitions = [
2727

2828
const constants = {
2929
helpUrlBase: 'https://dequeuniversity.com/rules/',
30+
// Size of a grid square in pixels
3031
gridSize: 200,
32+
// At a certain point, looping over an array of elements and using .match on them
33+
// is slower than just running querySelectorAll again.
3134
selectorSimilarFilterLimit: 700,
3235
results: [],
3336
resultGroups: [],

0 commit comments

Comments
 (0)