From 463a9f0058b1048e2e9594ae4de9cb5b1e3bd851 Mon Sep 17 00:00:00 2001 From: macbre Date: Fri, 24 May 2024 20:55:05 +0100 Subject: [PATCH] core/scope.js: keep the comment up to date --- core/scope.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/scope.js b/core/scope.js index 74e841617..f146c776c 100644 --- a/core/scope.js +++ b/core/scope.js @@ -1,7 +1,7 @@ /** * phantomas browser "scope" with helper code * - * Code below is executed in page's "scope" (injected by lib/browser.js) + * Code below is executed in page's "scope" (injected by the scope.injectJs() helper) */ /* istanbul ignore next */ (function coreScope(scope) {