remove references to window.c (#12281)

This commit is contained in:
Nancy 2024-10-17 11:03:15 -07:00 committed by GitHub
parent f73694d81d
commit 73bff036c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 1 additions and 15 deletions

View File

@ -573,10 +573,6 @@ export default {
}
},
mounted() {
window.c = this;
},
methods: {
toggleScaleDownModal( event, resources ) {
// Check if the user held alt key when an action is clicked.

View File

@ -147,11 +147,7 @@ export default {
$loadingResources() {
// results are filtered so we wouldn't get the correct count on indicator...
return { loadIndeterminate: true };
},
mounted() {
window.c = this;
},
}
};
</script>

View File

@ -247,12 +247,6 @@ export default {
}
},
mounted() {
if ( typeof window !== 'undefined' ) {
window.c = this;
}
},
methods: {
colorForChart(chart) {
const repos = this.repoOptions;