From 7967b686f36f775b263d2852aca9bde8f3e831cb Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 2 Aug 2024 19:09:16 +0530 Subject: [PATCH] chore: remove unwanted comment --- maxun-core/src/browserSide/scraper.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/maxun-core/src/browserSide/scraper.js b/maxun-core/src/browserSide/scraper.js index 6bb5e61a..994bd96d 100644 --- a/maxun-core/src/browserSide/scraper.js +++ b/maxun-core/src/browserSide/scraper.js @@ -126,12 +126,7 @@ function scrapableHeuristics(maxCountPerPage = 50, minArea = 20000, scrolls = 3, return out; } -/** - * Returns a "scrape" result from the current page. - * @returns {Array} *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 +// wrap inside an IIFE to avoid polluting the global scope (function (window) { /** * Returns a "scrape" result from the current page.