Skip to content

Commit

Permalink
core/scope.js: keep the comment up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
macbre committed May 24, 2024
1 parent 0d6b868 commit 463a9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/scope.js
Original file line number Diff line number Diff line change
@@ -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) {
Expand Down

0 comments on commit 463a9f0

Please sign in to comment.