Skip to content

Commit

Permalink
Remove unnecessary reference to window
Browse files Browse the repository at this point in the history
  • Loading branch information
taylor-steve committed Nov 1, 2024
1 parent d1d1808 commit 68796f0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/assets/javascripts/spotlight/spotlight.esm.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/javascripts/spotlight/spotlight.esm.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/assets/javascripts/spotlight/spotlight.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/assets/javascripts/spotlight/spotlight.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ import Core from 'spotlight/core'
}

function destroy() {
window.SirTrevor = null;
SirTrevor = null;
el = null;
}

Expand Down

0 comments on commit 68796f0

Please sign in to comment.