chore: remove unwanted comment

This commit is contained in:
karishmas6
2024-08-02 19:09:16 +05:30
parent 9b18293643
commit 7967b686f3

View File

@@ -126,12 +126,7 @@ function scrapableHeuristics(maxCountPerPage = 50, minArea = 20000, scrolls = 3,
return out; return out;
} }
/** // wrap inside an IIFE to avoid polluting the global scope
* Returns a "scrape" result from the current page.
* @returns {Array<Object>} *Curated* array of scraped information (with sparse rows removed)
*/
// Wrap the entire function in an IIFE (Immediately Invoked Function Expression)
// and attach it to the window object
(function (window) { (function (window) {
/** /**
* Returns a "scrape" result from the current page. * Returns a "scrape" result from the current page.